sledge
sledge3mo ago

Single concurrency without dedicated worker or time limits

I have a script that I want to restrict to only running on one job at a time. However, I do not require that it is dedicated to a specific worker. And I do not have a requirement for how many times that script can run in a certain time period. Is there a specific set of options I can configure in the Runtime settings for the script that will provide this?
1 Reply
rubenf
rubenf3mo ago
Use concurrency limit of 1 with a time window of 0

Did you find this page helpful?