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

Additional Hashed Cron Aliases #60

Closed
kbond opened this issue Apr 13, 2022 · 0 comments · Fixed by #61
Closed

Additional Hashed Cron Aliases #60

kbond opened this issue Apr 13, 2022 · 0 comments · Fixed by #61
Labels
enhancement New feature or request

Comments

@kbond
Copy link
Member

kbond commented Apr 13, 2022

Alias Converts to
#weekly@midnight # #(0-2) * * # (at #midnight some day every week)
#monthly@midnight # #(0-2) # * * (at #midnight on some day, once per month)
#annually@midnight # #(0-2) # # * (at #midnight on some day, once per year)
#yearly@midnight # #(0-2) # # * (at #midnight on some day, once per year)
@kbond kbond added the enhancement New feature or request label Apr 13, 2022
@kbond kbond closed this as completed in #61 Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant