Open kennysong opened 3 years ago
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?
This also works for scheduler.schedule() Would be nice if this was documented anywhere :-)
scheduler.schedule()
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?