Skip to content

Support workers (eg. Sidekiq) in Auto DevOps

Problem to solve

At the moment there is no easy way to run a sidekiq worker alongside your Rails application in Auto DevOps. This is a common thing to want to do for production grade Rails deployments and could conceivably be a blocker to adoption of Auto DevOps for some users.

It's possible that this concept of "workers" may extend to other languages as well but it is indeed important in Rails due to Ruby's lack of good concurrency support.

Intended users

Further details

Proposal

Permissions and Security

Documentation

Testing

What does success look like, and how can we measure that?

Links / references

Edited by Dylan Griffith