Run Sidekiq as systemd process
The simplest way to run Sidekiq in your production server is to use capistrano-sidekiq gem, but it is not recommended because Capistrano uses demonization by default so if the Sidekiq process crashes, it will not restart automatically.
Whereas settin...
blog.przbadu.dev3 min read