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
With the current job's mechanism, when we change the schedule, the existing task registered with the old schedule is still waiting. Only at the next run time of the old schedule, the task is executed and then the new schedule will take effect.
It may be just fine for shorter interval jobs, but it can be a problem for longer interval jobs (daily/weekly).
The text was updated successfully, but these errors were encountered:
With the current job's mechanism, when we change the schedule, the existing task registered with the old schedule is still waiting. Only at the next run time of the old schedule, the task is executed and then the new schedule will take effect.
It may be just fine for shorter interval jobs, but it can be a problem for longer interval jobs (daily/weekly).
The text was updated successfully, but these errors were encountered: