Changed process type to a worker
This commit is contained in:
parent
c8b1e3d28d
commit
fff8470b8f
2
Procfile
2
Procfile
|
@ -1 +1 @@
|
|||
web: node src/index.js
|
||||
worker: node src/utils/doEverythingForScheduler.js
|
||||
|
|
|
@ -77,4 +77,4 @@ let commandLineUtility = async () => {
|
|||
// console.log("1")
|
||||
// console.log(process.argv)
|
||||
// commandLineUtility()
|
||||
doEverything()
|
||||
// doEverything()
|
Loading…
Reference in New Issue
Block a user