-
Notifications
You must be signed in to change notification settings - Fork 345
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
Support for standard Cron like definitions #41
Comments
I don't think there is as this library mainly intends to redefine the way we work with cron-like jobs with a human-friendly syntax. There are several packages that could help you with that I think. |
Ok, good to me. Can you put some links to the mentioned package that can do that ? |
A simple search yields this result: https://github.com/gorhill/cronexpr |
This is a great idea, I am wondering if there were any attempts to implement ? |
Hi @zak905! As the readme notes, this repo is no longer being maintained. We have an active fork over at https://github.com/go-co-op/gocron where we now support crontab expressions! |
interesting, thanks for the info |
Is there any way to use the "standard" cron expressions with this package ?
something like:
The use case is to have the user define it's own logic from a config file.
The text was updated successfully, but these errors were encountered: