Is there a way to prevent concurrent execution of ...
# ask-the-community
a
Is there a way to prevent concurrent execution of workflows or tasks? I see https://github.com/flyteorg/flyte/issues/420 but no traction. For tasks there's
cache_serialize
but this only works if caching is enabled and for tasks with the same input - I want to serialize all tasks of the same type. Any suggestions?
k
this is not currently supported
though it seems like a side-effect
ideally flyte workflows run as sandboxed, and if you want to manifest a side-effect you do that in a single task?
150 Views