We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I run scheduler.cron() twice with the same id argument, the job is only scheduled once.
scheduler.cron()
id
This is great, but it's not documented anywhere. This old issue also seems to contradict what I'm seeing.
Can someone confirm that the scheduler actually de-duplicates cron jobs with the same id?
The text was updated successfully, but these errors were encountered:
This also works for scheduler.schedule() Would be nice if this was documented anywhere :-)
scheduler.schedule()
Sorry, something went wrong.
No branches or pull requests
If I run
scheduler.cron()
twice with the sameid
argument, the job is only scheduled once.This is great, but it's not documented anywhere. This old issue also seems to contradict what I'm seeing.
Can someone confirm that the scheduler actually de-duplicates cron jobs with the same id?
The text was updated successfully, but these errors were encountered: