dheerajturaga commented on code in PR #62896:
URL: https://github.com/apache/airflow/pull/62896#discussion_r2893876932
##########
providers/edge3/src/airflow/providers/edge3/worker_api/datamodels.py:
##########
@@ -200,3 +200,10 @@ class WorkerSetStateReturn(BaseModel):
str | None,
Field(description="Comments about the maintenance state of the
worker."),
] = None
+ concurrency: Annotated[
Review Comment:
I tested the backward-compat. Edge worker shuts down cleanly with
```
2026-03-06T05:15:08.980328Z [info ] Quitting worker, signal being
offline. [airflow.providers.edge3.cli.worker] loc=worker.py:290
2026-03-06T05:15:08.998516Z [info ] Version mismatch of Edge worker and
Core. Quitting worker anyway
```
--
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]