From fff8470b8f6c1ffdf0706c16b3f6bfa4350d737f Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 8 Apr 2021 19:38:06 +0200 Subject: [PATCH] Changed process type to a worker --- Procfile | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Procfile b/Procfile index 550413e..37e372c 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: node src/index.js +worker: node src/utils/doEverythingForScheduler.js diff --git a/src/index.js b/src/index.js index 1e34db9..f423bd9 100644 --- a/src/index.js +++ b/src/index.js @@ -77,4 +77,4 @@ let commandLineUtility = async () => { // console.log("1") // console.log(process.argv) // commandLineUtility() -doEverything() \ No newline at end of file +// doEverything() \ No newline at end of file