-
Notifications
You must be signed in to change notification settings - Fork 64
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
Scheduling #12
Comments
The CLI for this will most likely be This is also required for the big possible #83 command, and will be aliased there so it needs to be a repeatable argument. |
just wondering - whats the difference between doing this and using cron? i feel like keeping the scheduling job outside of yark would make it more "unix principle-ey" and enable others to use other kinds of schedulers |
This feature would be a simple in-built scheduler so that users can use the application without needing to learn a scheduling tool on their local os (Yark is cross-platform and supports Windows too). If you want to use cron or another scheduler after this issue is implemented, you can still use |
This project needs to have some sort of scheduling integrated.
Options
These options are cross-platform and they need to work on Windows, Mac, and Linux.
thread.sleep()
The text was updated successfully, but these errors were encountered: