Skip to content

Instantly share code, notes, and snippets.

View edwardinubuntu's full-sized avatar

Edward Chiang edwardinubuntu

View GitHub Profile
@flovilmart
flovilmart / Procfile
Last active March 12, 2018 20:15
Simple Queue for Parse hosted on Heroku with Kue, Redis
web: node web.js
worker: node worker.js
@mojodna
mojodna / Procfile
Created September 29, 2011 20:22 — forked from RandomEtc/Procfile
Getting Kue working on Heroku
web: node app.js
worker: node consumer.js