Scenario -
I have a project to synchronize my artifacts to the YUM repo on my deployment server.
This project is added as a step in multiple deployment projects but the octopus server is same.
I want all request to the synch project be queued and executed one by one rather than executed in parallel. If multiple deployments are taking place they will all go in queued/ waiting state until synch process finishes.