Hi! I am checking out the new auto materializatio...
# ask-community
d
Hi! I am checking out the new auto materialization feature. I have an asset that is made up of just 3 static partitions. Only one of the partitions are being materialized because dagster thinks more than one asset per minute is being materialized. I know that there is a max_materializations_per_minute parameter. So that's good. But, since I am using queued run coordinator with max concurrent runs set to 1 at the moment, my assets arent actually being materialized that quickly, so I feel like I shouldn't have to necessarily set that parameter or perhaps I am misunderstanding how this should work.
s
Hi Daniel - I wrote up an answer to this here: https://github.com/dagster-io/dagster/discussions/14710
d
Ahh gotcha! Makes sense. Thanks @sandy!