How to deal with server-side errors when working with API?
I am developing a Python application which is reliant on two 3rd-party APIs. Very rarely one of the APIs returns 503 errors. I suppose this is due to server maintenance or something like this. It is a rare case, but it breaks my application. What can I do?