OdyseeTeam / commentron

MIT License
11 stars 12 forks source link

Prevent flooding of Go Routines #78

Open tiger5226 opened 3 years ago

tiger5226 commented 3 years ago

When internal-apis goes down even briefly, the notifications to the service are not queued. They build up the go routines which causes the software to flutter.

Screen Shot 2021-09-01 at 10 49 57 AM

The notifications need to be queued up when internal-apis service is down, instead of crashing the software