Storm/Procfile
Justin Licata 3a6e710e85 build service class to ping servers (#15)
* extremely unfinished - just pushing to switch computers

* add pinger job, enque ping retries as jobs

* oops

* remove comment

* add alias method to improve usage.

* build out Pinger with DJ.

* update README to include starting the server.

* add tests for worker.

* fix copy/pasta error.

* update README.

* typo.

* enqueue next ping.
2017-08-11 09:40:03 -05:00

4 lines
100 B
Plaintext

web: bundle exec puma -C config/puma.rb
worker: rails jobs:work
webpacker: ./bin/webpack-dev-server