Hey all! can i make an `@task` that across all con...
# prefect-community
c
Hey all! can i make an
@task
that across all concurrent flows is a Singleton (e.g only one of that task can run at a time)?
1
a
there is a ticket for that somewhere, for now you can solve that setting concurrency limit of 1 on a specific tag
c
is that Prefect Cloud only?
k
Yes Prefect cloud only (for Prefect 1) because the concurrency limiting is handled by the backend