nicolamarangoni commented on issue #49966:
URL: https://github.com/apache/airflow/issues/49966#issuecomment-3097030854

   My installation steps consist in a huge terraform deployment.
   However, I think that the error happen here:
   `celery/apps/worker.py`, line 176: 
https://github.com/celery/celery/blob/main/celery/apps/worker.py
   This is the code:
   ```
       def on_consumer_ready(self, consumer):
           signals.worker_ready.send(sender=consumer)
           logger.info('%s ready.', safe_str(self.hostname))
   ```
   
   It's related to this issue: 
https://github.com/apache/airflow/issues/42136#issuecomment-3052053161


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