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

Simple Cron Expression Not Possible? #42

Closed
slimandslam opened this issue Jul 9, 2022 · 4 comments
Closed

Simple Cron Expression Not Possible? #42

slimandslam opened this issue Jul 9, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@slimandslam
Copy link

I'm using the instance here: https://sojinantony01.github.io/react-cron-generator/
I merely want to say "run it at 5 minutes past the hour, every hour". The expression
should be "5 * * * *"

However, I cannot obtain this expression using the UI (other than pasting it into the "Custom" tab).

@slimandslam slimandslam changed the title Simple Cron Expression Non Possible? Simple Cron Expression Not Possible? Jul 10, 2022
@sojinantony01
Copy link
Owner

sojinantony01 commented Jul 10, 2022

@slimandslam
As I mentioned in the description this cron generator only supports 6 or 7 cron values. "5 * * * *" is 5 value cron. seconds and the year value is missing in this cron value. Please convert this value to a 6 or 7 value cron
"0 5 * * * *" or "0 5 * * * * *"

@slimandslam
Copy link
Author

I am not able to generate either "0 5 * * * *" or "0 5 * * * * *" using
your sample generator: https://sojinantony01.github.io/react-cron-generator/

@sojinantony01
Copy link
Owner

Ok, I understood the issue
I think for this one we need one more selection option in the hourly tab
To select every hour 5 minute
Let me try to add one more option for this

Reopening issue

@sojinantony01 sojinantony01 reopened this Jul 11, 2022
@sojinantony01 sojinantony01 self-assigned this Jul 11, 2022
@sojinantony01 sojinantony01 added the bug Something isn't working label Jul 11, 2022
@sojinantony01
Copy link
Owner

Added option for minute selection in hourly tab
please check latest version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants