You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to backfill hundreds of partitions across a couple different assets. Despite hundreds of runs being queued, I am only seeing 3 to 5 runs in progress. I'd like to increase the number of runs that can execute concurrently.
I am running dagster 1.10.19 locally with dagster dev -m <module_name_with_defs>
I've attempted to set the following in my dagster.yaml, to little effect:
I will note that setting max_concurrent_runs to 1 does limit the runs in progress to 1 properly. But I still don't see more than 3 to 5 in progress when that same config is set to 32. This leads me to believe there is some other limit affecting the number of concurrent runs here that I'm running up against.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to backfill hundreds of partitions across a couple different assets. Despite hundreds of runs being queued, I am only seeing 3 to 5 runs in progress. I'd like to increase the number of runs that can execute concurrently.
I am running dagster 1.10.19 locally with
dagster dev -m <module_name_with_defs>
I've attempted to set the following in my dagster.yaml, to little effect:
I will note that setting
max_concurrent_runs
to1
does limit the runs in progress to 1 properly. But I still don't see more than 3 to 5 in progress when that same config is set to32
. This leads me to believe there is some other limit affecting the number of concurrent runs here that I'm running up against.Beta Was this translation helpful? Give feedback.
All reactions