dominikhei commented on issue #51429: URL: https://github.com/apache/airflow/issues/51429#issuecomment-2948770232
I would skip the container_name logic entirely, if the user does not want to log. If you set `self.container_name = None` if it fails, we run in another problem if `awslogs_group` and `awslogs_stream_prefix` is set as boto3 will not find the respective log stream. That should be addressed (as in the other method you provided). I am still in favor of adding a 40s delay or exponential backoff here if the name can't be polled immediately, that should be sufficient for most non bloated images. -- 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]
