Skip to content

Instantly share code, notes, and snippets.

@caisback
Created June 17, 2021 22:27
Show Gist options
  • Select an option

  • Save caisback/384cda76998f58ad40308021511bbac2 to your computer and use it in GitHub Desktop.

Select an option

Save caisback/384cda76998f58ad40308021511bbac2 to your computer and use it in GitHub Desktop.
camel scheduler
  • run ever 2am:
    • cron=0+0+2+++?
  • run every 2nd second:
    • cron=0/2+++++?
@caisback

Copy link
Copy Markdown
Author

https://stackoverflow.com/questions/60621318/route-camel-cron-expression

scheduler=quartz2&scheduler.cron=<your cron expression>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment