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
I have searched the existing issues and didn't find my feature already requested there
Feature description
When a paused job is resumed and it was suppose to be executed while it was paused, it will not execute that job when the job is resumed. I believe this has to do with the next_run_time being removed and calculated on the resuming of the job. It would be great if this feature worked more like the entire scheduler being paused. When the scheduler itself is resumed, any scheduled jobs that would have been ran since pausing are executed on the resuming of the scheduler.
LMK if you want help with this feature.
Use case
I am working on a project that pauses certain groups of jobs based on the state of the system. I want those jobs to begin executing after they are resumed if they were suppose to be executed since the pausing of those jobs.
The text was updated successfully, but these errors were encountered:
Sorry I am late to this response. I don't recall if there was an issue or not. I think it has to do with the ability to unpause jobs and execute them if their execute time has been eclipsed.
Sorry, I cannot help much past that. I no longer work for the company I was under when working on this project.
Things to check first
Feature description
When a paused job is resumed and it was suppose to be executed while it was paused, it will not execute that job when the job is resumed. I believe this has to do with the
next_run_time
being removed and calculated on the resuming of the job. It would be great if this feature worked more like the entire scheduler being paused. When the scheduler itself is resumed, any scheduled jobs that would have been ran since pausing are executed on the resuming of the scheduler.LMK if you want help with this feature.
Use case
I am working on a project that pauses certain groups of jobs based on the state of the system. I want those jobs to begin executing after they are resumed if they were suppose to be executed since the pausing of those jobs.
The text was updated successfully, but these errors were encountered: