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 doe snot 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?