diff --git a/examples/Procfile b/examples/Procfile index 6713cbc..82ae686 100644 --- a/examples/Procfile +++ b/examples/Procfile @@ -2,6 +2,7 @@ # web: node server.js # release: make PROD=1 # static: /:public,/somepath:somedir -# cron: */5 * * * * python batch.py +# cron1: */5 * * * * python batch.py +# cron2: */5 * * * * python batch.py # somepyworker: python somescript.py # somenodeworker: node somescript.js