The GitHub Actions job "Tests" on airflow.git/bugfix/edge3-prevent-duplicates 
has succeeded.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
8cf122ff8b1caf279d6c390d0506833cfb9bb333 / Dheeraj Turaga 
<[email protected]>
Prevent duplicate edge workers unless existing worker is offline or unknown

  Add validation to the edge worker registration endpoint to prevent
  launching multiple workers with the same hostname. If a worker with
  the same name already exists in an active state (running, idle,
  starting, terminating, or maintenance), the registration will fail
  with HTTP 409 CONFLICT. Workers can only reuse a name if the existing
  worker is in OFFLINE, UNKNOWN, or OFFLINE_MAINTENANCE state.

Report URL: https://github.com/apache/airflow/actions/runs/19605098528

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to