From a5b223df0605b6c46321fcf1dc21108e1ab8b0f2 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 2 Feb 2015 21:49:15 -0700 Subject: add sneakers worker. --- Procfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Procfile (limited to 'Procfile') diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..10c91ff --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +web: rails s +worker: env WORKERS=EventsWorker rake sneakers:run -- cgit v1.2.3