The Capistrano configuration needs to be modified to automate Faye and Sidekiq deployment.
God Gem
We will install the God gem to monitor and keep alive these processes.
Faye
Faye shouldn't need to be restarted on each deploy, but a script to restart it should be added to Cap.
Sidekiq
Sidekiq needs to be restarted on each deploy to reload workers. It should be bundled with some Cap recipes, but need to check compatibility with God gem.
The Capistrano configuration needs to be modified to automate Faye and Sidekiq deployment.
God Gem We will install the God gem to monitor and keep alive these processes.
Faye Faye shouldn't need to be restarted on each deploy, but a script to restart it should be added to Cap.
Sidekiq Sidekiq needs to be restarted on each deploy to reload workers. It should be bundled with some Cap recipes, but need to check compatibility with God gem.