Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#ask-the-community
Title
# ask-the-community
a
Aleksei Potov
04/26/2023, 6:49 PM
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
Ketan (kumare3)
04/27/2023, 4:17 AM
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?
Post