Hey guys, I’m working on a forked Metaflow repo an...
# ask-metaflow
a
Hey guys, I’m working on a forked Metaflow repo and testing modifications to
MAX_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.
1
@square-wire-39606, i think you briefly mentioned about this thing during our chat last week. Not sure, if this behaviour is related to it.
found the answer, my metadata-service was not using my metaflow client changes.
👍🏼 1