Hi, I can't seem to find anything about that so I'...
# ask-community
h
Hi, I can't seem to find anything about that so I'm asking here, is it possible to set a number of threads per task instead of globally ? I have a task that could be heavily parallelized with no memory constraint and could easily allocate 16 threads to it, on the other hand I have a heavily memory intensive downstream task that just fills memory up at 2 or 3 threads, do I need 2 flows for that ? Thanks and sorry if this has already been addressed somewhere
r
Hi, @Hugo Polloli Only Prefect cloud support flow concurrency limits https://docs.prefect.io/orchestration/flow-runs/concurrency-limits.html#flow-run-limits
upvote 1
h
Well then for now I'll manage another way no problem, and whenever we're ready to move to Cloud we'll be able to take advantage of it, thanks a lot