Hey folks! Been a lurker a long time. I’ve been us...
# ask-metaflow
f
Hey folks! Been a lurker a long time. I’ve been using Metaflow for a project with short-lived workflows; typically in the 1-5 minute range. My code is simple enough to be all on the start function. I am using AWS Batch with ECS on EC2. It took me a ridicilously long time to figure out that the end step also runs on a container, but in my project it isn’t needed to. Is there any way I can skip the end step from running on ECS, and let’s say, spoof end’s step success?
1