Skip to content

v0.1.5

Compare
Choose a tag to compare
@Kyria Kyria released this 27 Apr 08:55
· 131 commits to master since this release
  • Catch network issue by catching requests ConnectionError.

When this happens, the request will fail, and instead of raising an exception, it will simply enter the process like another error 500. When in retry process, the request will retry, just like any other request.

The error body will contain a json object,

{
    'error': 'the http error message from the exception',
}

Thanks to @Ebag333