hussein-awala commented on issue #36571: URL: https://github.com/apache/airflow/issues/36571#issuecomment-1879758569
@potiuk according to the provided log: ``` 2024-01-03T21:31:59.286+0000 | WARNING | Pod not yet started: my-pod-name-xutbmgq3 2024-01-03T21:32:00.313+0000 | WARNING | Pod not yet started: my-pod-name-xutbmgq3 2024-01-03T21:32:00.694053856Z 2024-01-03T21:32:00.694107912Z 2024-01-03T21:32:00.694384093Z 2024-01-03T21:32:00.694416033Z 2024-01-03T21:32:00.694514264Z 2024-01-03T21:32:00.694543915Z 2024-01-03T21:32:00.694553314Z 2024-01-03T21:32:00.694557782Z 2024-01-03T21:32:00.694629859Z 2024-01-03T21:32:00.694642682Z 2024-01-03T21:32:01.348+0000 | WARNING | Pod not yet started: my-pod-name-xutbmgq3 ``` the empty log messages are related to this loop: https://github.com/apache/airflow/blob/2c15dc9dd1b360bcb3b6d6c2e41e50ef0d97801e/airflow/providers/cncf/kubernetes/utils/pod_manager.py#L355-L366 and most probably logged by a 3rd party lib (`tenacity.retry` or kuberntes `read_namespaced_pod` methods) 🤔 -- 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]
