potiuk commented on PR #43737: URL: https://github.com/apache/airflow/pull/43737#issuecomment-2459781450
Should not that capacity be a task parameter rather than executor config parameter on DAG level. We have similar concept with `pool_slots` and there they are "per task" - and part of the BaseOperator. It seems to be way more flexible to specify it this way (additionally then this could be renamed as "task_slots" - to be similar to "pool_slots") or maybe even we should combine the two. This way it will also be potentially usable by other executors. -- 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]
