dheerajturaga opened a new pull request, #63142:
URL: https://github.com/apache/airflow/pull/63142

     Previously, operators had no way to dynamically adjust an edge worker's
     concurrency limit without SSH access and CLI intervention, creating an
     operational bottleneck in distributed task execution environments.
   
     This contribution adds a new REST API endpoint
     (PATCH /worker/{worker_name}/concurrency) and a React UI control to the
     Apache Airflow Edge Provider, enabling administrators to tune worker
     throughput in real time from the Airflow web interface. The change is
     propagated to the worker process on its next heartbeat cycle without
     requiring a restart.
   
   <img width="2936" height="880" alt="image" 
src="https://github.com/user-attachments/assets/1d9007d9-0c16-4c13-ac96-f92f4e1ff038";
 />
   
   <img width="2936" height="880" alt="image" 
src="https://github.com/user-attachments/assets/1b7f6cf8-e109-4619-9f36-b39b5fc80986";
 />
   
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   <!--
   If generative AI tooling has been used in the process of authoring this PR, 
please
   change below checkbox to `[X]` followed by the name of the tool, uncomment 
the "Generated-by".
   -->
   
   - [ ] Yes (please specify the tool below)
   ClaudeCode
   


-- 
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]

Reply via email to