Hi All! In my Dagster job I am using dynamic outpu...
# ask-community
s
Hi All! In my Dagster job I am using dynamic outputs from one Op that get mapped to another Op. I would like to limit the number of mapped Ops executing at the same time. How might I achieve this?
z
you should be able to use tag-based concurrency limits for the mapped op that you want to limit
s
Many thanks Zach!
🎉 1