ScotchLabs / scotch

Scotch'n'Soda's Theatrical Management Solution
http://snstheatre.org
1 stars 0 forks source link

Re-Configure Capistrano for Faye and Sidekiq #107

Closed carlosdp closed 12 years ago

carlosdp commented 12 years ago

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.