Replies: 1 comment
-
possibly related discussion on slack: https://prefect-community.slack.com/archives/CL09KU1K7/p1682070137534679 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have ~50k files I need to process. I tried using the
map()
function to process them in parallel, with a task concurrency limit to batch them. However this seems to still submit all the tasks upfront to the scheduler, which is taking a long time before any tasks are being started. What's the recommended way to go about this use-case?Beta Was this translation helpful? Give feedback.
All reactions