@alex do you have test or anything else where you hit the GraphQL API from outside to start short time pipelines (1-3 sec) with concurrency (even not high concurrency, lets say 2/3 sessions / Dagit ) Actually my problem is I do not know what is happening, except that everything is freezed in a Dagit instance even the Web interface too...so my new health-check after 30 sec always restarts the pod, and after start processing again for a minute or two and repeating again. Other question Is there a que based (event based) executor? where I can feed Dagit's queue and if Dagit feels itself ready to process the next job, only that time getting a new job from the queue, processing it, but this is always in its pace.