Skip to content

Commit

Permalink
Fix metrics call from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Nov 28, 2024
1 parent 54cf1f0 commit 7c88e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/src/airflow/providers/edge/models/edge_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def set_state(
connected=True,
jobs_active=jobs_active,
concurrency=int(sysinfo["concurrency"]),
free_concurrency=int(sysinfo["free_concurrency"]),
queues=worker.queues,
)
raise EdgeWorkerVersionException(
Expand Down

0 comments on commit 7c88e11

Please sign in to comment.