Hey is it possible to have a `@retry` that takes i...
# ask-metaflow
h
Hey is it possible to have a
@retry
that takes into account an artifact from the failed step? I am iterating through a large number of items and hoping that when the step fails I can resume it based on the last known processed item id.
1