Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve instructions for jesque Cron Jobs #21

Open
edwardotis opened this issue May 21, 2017 · 0 comments
Open

Improve instructions for jesque Cron Jobs #21

edwardotis opened this issue May 21, 2017 · 0 comments

Comments

@edwardotis
Copy link

Many basic cron expressions fail. For example, run every minute: '* * * * *'

I googled enough to find out that the Quartz cron expression syntax is not the same as standard unix cron expression. This is not obvious to any experienced *nix user who isn't already familiar with Quartz quirks.

It would be helpful if the instructions on the Readme (and the especially the example cron job code further down the Readme) reflected this explicitly and pointed users to the special Quartz cron expression rules page. Perhaps with a warning that they cannot use unix cron syntax in the cron expression field.

@edwardotis edwardotis changed the title Valid cron expressions throw exception Improve instructions for jesque Cron Jobs May 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant