dkozinn / r-nasabot

Bot for Reddit's /r/nasa
GNU General Public License v3.0
1 stars 0 forks source link

Don't alert on 50x errors, just exit #20

Closed dkozinn closed 3 years ago

dkozinn commented 3 years ago

Reddit seems to crap out with 50x (mostly 503) errors on a somewhat regular basis. Change the error handling to handle the error gracefully but no need to alert. Investigate handling in the main loop, but it might just be easier to allow systemd to restart.