https://prefect.io logo
g

Gustavo Zuniga Goni

09/13/2023, 2:03 AM
I need help knowing how I can limit the number of slack execution records in the prefect database, so that the database does not fill up. I want to see if I can limit some flows to that. or save more than 5 days. Thanks for the help you can give me
n

Nate

09/13/2023, 3:49 AM
hi @Gustavo Zuniga Goni - what do you mean by
slack 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 UI