Skip to content

Commit

Permalink
Removed kill timeout for export scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Oct 3, 2023
1 parent 9752616 commit 2bd0ba5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ module.exports = {
script: 'dist/scripts/export/trace.js',
wait_ready: true,
listen_timeout: 30000,
kill_timeout: 30000,
},
{
name: 'processor',
script: 'dist/scripts/export/process.js',
wait_ready: true,
listen_timeout: 30000,
kill_timeout: 30000,
},
{
name: 'account-webhooks',
Expand Down

0 comments on commit 2bd0ba5

Please sign in to comment.