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
But I don't think the server should be responsible for holding back jobs. Agents should be able to (possibly dynamically) decide how many of a particular job type should be in-flight at one time. i.e. "give me work, but only if there aren't loads of this type of job already running"
If we denormalised the running agent count into each job, the agent could just use that as another filter in addition to job type- no need for special code.
The text was updated successfully, but these errors were encountered:
I can see what they're going for here:
https://pythonhosted.org/airflow/concepts.html#pools
But I don't think the server should be responsible for holding back jobs. Agents should be able to (possibly dynamically) decide how many of a particular job type should be in-flight at one time. i.e. "give me work, but only if there aren't loads of this type of job already running"
If we denormalised the running agent count into each job, the agent could just use that as another filter in addition to job type- no need for special code.
The text was updated successfully, but these errors were encountered: