Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
pkill -f resque
RAILS_ENV=production BACKGROUND=yes bundle exec rake resque:scheduler
RAILS_ENV=production BACKGROUND=yes COUNT=3 QUEUE=* bundle exec rake resque:workerswork

For Docker install:

For users who installed Avalon using our docker-compose script

...