-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove top-level bot loop (take two) (#1404)
This change was previously merged and backed out shortly after because it was seen to result in some bot instances hanging. This is almost certainly because the original commit removed two instances of process.exit(), and replaced them with prococess.exitCode = . There appear to be some instances where the bot can have some dangling promises that take a long time to resolve, or that don't resolve for some reason. Replaying the change, but without removing the process.exit() calls should be OK.
- Loading branch information
Showing
2 changed files
with
22 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters