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