Gustavo Zuniga Goni
09/13/2023, 2:03 AMNate
09/13/2023, 3:49 AMslack execution records
?
if you'd like to manage concurrency of your tasks / flows / operations, you can do so like this
the concurrency
context manager will implicitly create the limits, and you can activate / configure them in the UIredsquare
10/06/2023, 4:25 PMwith concurrency({flow_name})
Nate
10/06/2023, 4:32 PMConcurrency limits are implicitly createdhttps://docs.prefect.io/2.13.5/guides/global-concurrency-limits/#using-the-concurrency-context-manager the new global concurrency works a bit differently
redsquare
10/06/2023, 4:36 PMcreated in an inactive statehow would you set the max to 1 and activate?
Nate
10/06/2023, 4:44 PM