ancient-guitar-13766
02/19/2025, 3:19 PMMAX_ATTEMPTS
, setting it to a large value (e.g., MAX_ATTEMPTS=10
).
While running a flow using @retry(times=7)
, I noticed that a specific task ran 8
times, but I don’t see logs for Attempt 6
and 7
.
I do see all the task artifact pointer files are uploaded on the configured datastore (S3), Not sure if this a UI thing or the service thing 🤔 , I also checked where the MAX_ATTEMPTS
env var is used across the codebase but couldn’t find any clear hints.
Has anyone know why this might be happening or any limitation to it? Any insights would be appreciated! Thanks.ancient-guitar-13766
02/19/2025, 3:20 PMancient-guitar-13766
02/20/2025, 3:22 PM