AutomationDev85 commented on code in PR #43737:
URL: https://github.com/apache/airflow/pull/43737#discussion_r1836554706
##########
providers/src/airflow/providers/edge/provider.yaml:
##########
@@ -78,12 +78,12 @@ config:
type: integer
example: "10"
default: "30"
- worker_concurrency:
+ worker_capacity:
description: |
- The concurrency that will be used when starting workers with the
- ``airflow edge worker`` command. This defines the number of task
instances that
- a worker will take, so size up your workers based on the resources on
- your worker box and the nature of your tasks
+ The capacity defined the max parallel running task instances and can
be defined during
+ starting worker with the ``airflow edge worker`` command. So size up
your workers
+ based on the resources on your worker box and the nature of your
tasks. The parameter
+ works together with the need_capacity parameter of a task.
Review Comment:
done
--
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]