-
Notifications
You must be signed in to change notification settings - Fork 49
more flexible job manager end state #763
Copy link
Copy link
Open
Description
With the new internal queue; jobs are automatically retried incase more jobs are created that the amount of allowed parallel jobs.
Since the job manager runs until all jobs end in finalized, start failed or error, it does not support the internal queueing.
Ideally we would build in some flexibility that allows the user to submit and track more parallel jobs than those supported with their standard account.
Can we make the 'end condition' on start_failed more flexible while not risking an endless loop?
Reactions are currently unavailable