ephraimbuddy commented on pull request #21214: URL: https://github.com/apache/airflow/pull/21214#issuecomment-1031609792
> But we can (and we do it) calculate the current running DagRun count at any time. Why do we need a new column? > > Maybe this way: > > * implement `active_runs-1` > * remove nullifying `next_dagrun_create_after` > * and a little later I will redo the load testing, maybe my previous conclusions were wrong > > ? I want to avoid https://github.com/apache/airflow/pull/21214/files#diff-62c8e300ee91e0d59f81e0ea5d30834f04db71ae74f2e155a10b51056b00b59bR2874. That query is run a lot, the conditional check and providing a list of IDs to look into won't be efficient in large deployments -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
