DaFluffyPotato / hitbloq

a competitive beat saber service
MIT License
20 stars 4 forks source link

Add error logging and retries for actions #36

Closed DaFluffyPotato closed 2 years ago

DaFluffyPotato commented 2 years ago

All unsupervised actions errors in the last few months were due to bad responses from scoresaber/beatsaver. Normally these fix themselves if the request is repeated, so a 3-attempt retry system should be useful for the action system. Error logging would be useful as well.

DaFluffyPotato commented 2 years ago

Done.