eladkal commented on code in PR #49389: URL: https://github.com/apache/airflow/pull/49389#discussion_r2052162668
########## airflow-core/docs/core-concepts/executor/index.rst: ########## @@ -49,6 +49,40 @@ If you want to check which executor is currently set, you can use the ``airflow LocalExecutor +Workloads +--------- + +A workload in context of an Executor is the fundamental unit of execution for an executor. It represents a discrete +operation or job that the executor runs on a worker. For example, it can run user code encapsulated in an Airflow task +on a worker. Review Comment: So what is the difference between workload and task instance / index of task instance in case of mapped tasks? Is this a user facing concept or internal? If it's not user facing we should mention it anywhere in the docs but only in the developer ones -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org