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
When an "every" job is delayed due to max_work_threads limit being reached, it will run multiple times when it finally gets the chance, which I would expect discard_past to prevent.
Hello,
When an "every" job is delayed due to max_work_threads limit being reached, it will run multiple times when it finally gets the chance, which I would expect discard_past to prevent.
Example:
The above code will produce something like this:
As you can see, multiple "ticks" occur at once.
Is there a work around, or perhaps I am missing something?
Thanks
System:
ruby 3.0.2
rufus-scheduler 3.9.1
running in wsl2 Ubuntu
The text was updated successfully, but these errors were encountered: