Hi guys, i dont know if i am not doing something r...
# dev-metaflow
i
Hi guys, i dont know if i am not doing something right. My spot instances get terminated even though i set the bid_percentage to 100. I am running metaflow step function.
1
s
When the instance gets terminated, what reason do you get?
Also what are the instance types that you are requesting?
Can you execute a workflow locally on Batch
--with batch
and check what error messages you are running into?
@important-parrot-36599 You can try the
@retry
decorator to introduce fault tolerance in your workflows - https://docs.metaflow.org/metaflow/failures
Let me know if you are still running into issues.