https://dagster.io/ logo
Title
r

Rohit Katlaa R

03/28/2023, 7:46 AM
Hi all, Is there a way to limit the concurrents runs of a particular asset inside a job instead of the job itself? For example, a job has asset A, B, C with linage (A,B) ->C, so there can be a state where C is running in a different job and A is running in a different job, A and B can run simultaneously but A can't run simultaneously in multiple jobs together. Is there a way to limit this?
s

sean

03/28/2023, 3:25 PM
Hi Rohit, just to clarify-- given an asset A that is in two different jobs, you want to impose a constraint to prevent multiple runs that materialize A (presumably one from each job) from simultaneously running?
r

Rohit Katlaa R

03/28/2023, 3:26 PM
Yes, and these both jobs can also be different runs of the same job