commit 6e7d8d10ac8ae02ff721cfe51c7b8768f8e4f960 parent 083950028744716680a4b966fe0664ef373e4fa5 Author: Demonstrandum <moi@knutsen.co> Date: Sun, 17 May 2020 01:30:26 +0100 Update Procfile to keep web worker alive. Diffstat:
M | Procfile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Procfile b/Procfile @@ -1 +1,3 @@ +# Keep alive, lol. +worker: while true; do curl 'simp-o-matic.herokuapp.com' &; sleep 900; done web: yarn start