Dialog Worker
Dependencies
- foreman
- redis
- ruby 2.3.1
Getting started
$ bundle installCopy default environment variables and configure in .env.local:
$ cp .env.default .env.local && $EDITOR .env.localProduction
Set REDIS_URL and RAILS_ENV.
$ sidekiq -r ./workers.rb -q default -c 10Development & test
Will start a redis server and a sidekiq process.
$ foreman start