You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
postmodern edited this page Oct 2, 2012
·
4 revisions
resque-workers
Ideas
Support spawning resque:workers for multiple apps.
Support loading custom environment variables from a config file within each app.
Support tracking pids via /var/run/resque/$app-$N.pid files.
Automatically detect presence of a Gemfile.lock and invoke bundle exec.
Target Ubuntu 12 LTS at first.
Prototype
A prototype Ubuntu init.d script for resque can be found in postmodern forkhere. This script is currently running in development on a Ubuntu 12.04 LTS VM.