codeths / kitcoin

https://kitcoin.app
GNU Affero General Public License v3.0
3 stars 2 forks source link

Uncaught errors in sync with Google Admin #100

Closed mswider closed 1 year ago

mswider commented 1 year ago

When a sync fails, it can throw an UnhandledPromiseRejection and take down a process. Because we fork across all cores, this isn't always a problem right away, but it can eventually bring the instance down.

image