Is it possible to limit a *step* to run in sequence

Hi

After deploying my package to a linux server, I have to restart the service so it will pick up the new files (I use a symlink, which I update, to point to the right dir).

However, I don’t want this to run at the same time because it results in downtime.

Is there any way to limit just that step to Concurrency = 1?

Thanks

Hi Georgio,

Thanks for getting in touch, your patience is greatly appreciated.

Based on the information provided in your query, it sounds like you can utilize Rolling Deployments to accomplish this. By using this feature you can manipulate the number of targets the step is executed against at any one time.

I’d recommend having a read through the aforementioned documentation to familiriaze yourself with this feature.

If I’ve misunderstood your query in any way, however, please let me know :slight_smile:

I hope this helps!

Kind Regards,

Reece

I didn’t know this existed, thank you :slight_smile:

You may wanna add a note in Child Steps that this is disabled (I couldnt see it at all!)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.