The GitHub Actions job "Tests (AMD)" on 
airflow.git/dag-processor-api-persistence has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
5e76e706fcd89556c5744a5909d8bf37989a4ae2 / Kaxil Naik <[email protected]>
Register the DAG processor's liveness Job with the processor's own hostname

The /dag-processing /jobs endpoint built the Job server-side, so it recorded the
API server's hostname/pid rather than the processor's. The dag-processor health
check (airflow jobs check --job-type DagProcessorJob --hostname <host>) filters 
by
the processor's hostname, so it never matched the row and 'docker compose up 
--wait'
timed out waiting for the processor to become healthy (the e2e and 
remote-logging
PROD-image tests). The processor now reports its hostname/unixname/pid when
registering and the endpoint records them, restoring the in-process behaviour.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to