tardunge commented on issue #51213:
URL: https://github.com/apache/airflow/issues/51213#issuecomment-2934502372

   After multiple restarts, i can observe a trend, the sqs triggerer coroutine 
is making no progress after printing this line.
   
   ```2025-05-30 02:17:24 [info     ] Secrets backends loaded for worker 
[supervisor] [airflow.jobs.triggerer_job_runner] 
backend_classes=['EnvironmentVariablesBackend'] count=1
   ```
   Looking at the previous triggerer execution cycles, it tries to retrieve the 
Connection from the DB. 
   
   ```[2025-05-30T02:17:17.276+0000] {_client.py:1026} INFO - HTTP Request: GET 
http://in-process.invalid./connections/aws_default "HTTP/1.1 200 OK"
   2025-05-30 02:17:17 [info     ] Connection Retrieved 'aws_default' 
[airflow.hooks.base] [airflow.jobs.triggerer_job_runner]
   ```
   Somehow, the triggerer is not able to reach here. I don't think this has any 
problems with the aws auth methods at this point.


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