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
@miJasonK, this is only relevant for custom JobQueue implementations, as no errors can occur using the standard in-memory queue. And it's a broader question - what happens if the job fails to be rescheduled? I would leave error handling to the implementation, including the application of a retry mechanism and the use of a fallback queue if the backend storage is unavailable.
In the StdScheduler object, if the Remove Job succeeds but the Push Job fails, the task will be lost. How should this scenario be supported?
The text was updated successfully, but these errors were encountered: