Limit concurrency to 1 per server for a certain job? (Redis storage)

One of the job types we have is very memory intensive and I do not want server to touch more than one of them at a time.

Is there a way to configure concurrency to “one per server” for a specific job or for a specific queue?

We are using Redis storage.

Alex

1 Like