freyacodes / archived-bot

A Discord music bot serving music in over 3 million discord servers
https://fredboat.com/docs
MIT License
488 stars 210 forks source link

Implement Circuitbreaker for Quarterdeck requests #594

Open schnapster opened 4 years ago

schnapster commented 4 years ago

Currently when quarterdeck is unavailable / restarted, a lot of exceptions are spammed and requests attempted / timed out.

This is a known problem with good solutions to lessen the impact available, like the Circuit Breaker Pattern.