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

hi, can you support some shortcut to create cron expresions, such as daily? #6

Closed
vidyli opened this issue Oct 1, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@vidyli
Copy link

vidyli commented Oct 1, 2021

please check cron_clock

@mvniekerk mvniekerk added the enhancement New feature or request label Nov 9, 2021
@mvniekerk mvniekerk self-assigned this Nov 9, 2021
@mvniekerk
Copy link
Owner

Thanks @vidyli for the bug report.
The cron crate (https://github.com/zslayton/cron) I'm using for parsing the cron statements supports '@hourly', '@daily', '@Weekly', '@monthly' and '@Yearly'.
As I'm using the upstream parser, I'll rather defer you to them if you've got another use case.

@mvniekerk
Copy link
Owner

I've updated the README to reflect this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants