Hi,
So i know in the work pools you can limit concurrency to only one. But is there a way to set up an agent or work pool or the deployment that limits the deployment to a concurrency of one. Because currently how i'm doing is sending the deployment to it's own work pool that has a limit concurrency of one but then i have a bunch of work pools. Now i know there's a task run concurrency but i don't want to just limit a singular task i want to limit the whole deployment. So basically asking if there's a way to stop the deployment from running if only it currently is already running. Regardless of other deployment flows
Thanks,