Restream/redmine_elasticsearch

Resque worker backgrounding and automatic startup on boot

Opened this issue · 1 comments

When starting the resque worker it just sits there - is this expected behavior and are you expecting that people load it from within something like supervisord?

If so, it might be worth adding this to the documentation.

root@dev-redmine:/var/vhost/dev-redmine 130 # ./rbenvrun.sh bundle exec rake resque:work RAILS_ENV=production
Loading Rails environment for Resque

I believe this is part of the Resque plugin README.md. It mentions creating an upstart job for a scheduler and worker, and the worker command it lists is the same as the one that redmine_elasticsearch mentions. I could be wrong, though.