Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
fix(cron): ne quitte pas le process du worker
Browse files Browse the repository at this point in the history
pour que la tache cron soit prise en compte le process du worker doit rester actif
  • Loading branch information
francoisromain committed Jan 23, 2020
1 parent 8c7612b commit 123b744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions worker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ async function run() {
await infosFileCreate(infos)
} catch (e) {
console.error(e)
} finally {
process.exit()
}
}

Expand Down

0 comments on commit 123b744

Please sign in to comment.