anyone with any experience using global concurrenc...
# ask-community
g
anyone with any experience using global concurrency limits efficiently to schedule thousands of tasks without being rate-limited by Prefect Cloud? My experience so far has involved experimenting with different values for the Concurrency Limit and Slot Decay per Second. Along with the
occupy
parameter of the the call to the
rate_limit()
function. It's been sort of a challenge to find that sweet spot where my Flow is still able to run a decent of concurrent tasks without hitting that rate limit.