Sfoglia il codice sorgente

Add worker process for Heroku delayed job

master
Adrian Short 11 anni fa
parent
commit
9fb2cecf67
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      Procfile

+ 1
- 0
Procfile Vedi File

@@ -1 +1,2 @@
web: bundle exec unicorn -p $PORT -E $RACK_ENV
worker: bundle exec rake jobs:work

Caricamento…
Annulla
Salva