dstandish commented on PR #35504: URL: https://github.com/apache/airflow/pull/35504#issuecomment-1884141124
Hmm I see, looking at the traceback, that the error is raised from `read_pod_logs`, which is already wrapped with tenacity. Perhaps instead of adding "more tenacity" at higher level, we should just increase the number of allowable retries? or are we somehow getting a bad set of params that are causing the 500? i would recommend trying to simply increasing the number of retries -- it may be that that's all the reverted tenacity wrapper was accomplishing. lmk how it goes! -- 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]
