https://prefect.io logo
Title
k

Kasper Djernæs

05/02/2023, 9:18 AM
Is it possible to reduce the time the concurrency limit waits before trying to enter a running state again? It is currently set to 30 by default- https://docs.prefect.io/latest/concepts/tasks/#execution-behavior
The reason why I am asking, is that my tasks often takes less than 30 seconds to finish, but it will still wait the 30 seconds to execute a new one. I get this weird behavior, where the tasks are executed in batches every 30 second.
You can also see that all the tasks are started at the same time:
@alex Is this a known issue? 🙏