You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, if I don't specify an id how is the id generated? Is it deterministic and based on the func argument?
i.e. do I have to specify id in order to avoid duplication?
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: