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
If we have jobs in a routing queue waiting for slots to open up in an execution queue (due to max_user_queuable limits), and those jobs have dependencies on jobs already in the execution queue, then the job may get rejected when it does finally route if one or more of the jobs it depends on have already executed and completed. upon routing, job is immediately rejected: "Job rejected by all possible destinations (check syntax, queue resources, ...)"
We need job dependencies to be tracked properly for jobs in routing queues.
The text was updated successfully, but these errors were encountered:
If we have jobs in a routing queue waiting for slots to open up in an execution queue (due to max_user_queuable limits), and those jobs have dependencies on jobs already in the execution queue, then the job may get rejected when it does finally route if one or more of the jobs it depends on have already executed and completed. upon routing, job is immediately rejected: "Job rejected by all possible destinations (check syntax, queue resources, ...)"
We need job dependencies to be tracked properly for jobs in routing queues.
The text was updated successfully, but these errors were encountered: