- Notifications
You must be signed in to change notification settings - Fork5.7k
imlemented crontab based repeating job for jobqueue#1478
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@Bibo-Joshi I understand there is a release plan, I have not abandoned this change, I can see tests are no longer passing due to merges that happen in the meantime. If you guys decide to merge this PR, just ping me and I'll update the PR to be compatible and mergeable with most recent state of the repo. |
Glad to hear! We'll need to figure out what our plan for the next releases is, though, so it will probably take a while until we get back to this PR … |
@Bibo-Joshi absolutely, that is understandable, in case if you guys decide to merge it to next release and I won't be responsive feel free to reach me in DM. Good luck! |
TL;DR: Closing in favor of#1981 After internal discussion, we came to the conclusion that we don't want to continue implementing scheduling logic on our own and instead rely on a 3rd party library for that (see#1936,#1981). |
@Bibo-Joshi looking forward to try out the new |
This is a pull request for a draft implementation of crontab based repeating jobs, more details in following issue where I made my proposal for this feature:#1337