fishcharlie / AirportStatusBot

This is a social media bot that will post delay information for airports in the United States.
MIT License
0 stars 0 forks source link

Request failure resiliency #7

Open fishcharlie opened 11 months ago

fishcharlie commented 11 months ago

Currently if a request fails (either to FAA's API or the GitHub OurAirports file) the entire system will crash.

Luckily this hasn't happened so far.

But we should add some extra resiliency to that code, like retry logic and such.