biglocalnews / bln-python-client

Python client for the biglocalnews.org API
https://bln-python-client.readthedocs.io
Apache License 2.0
5 stars 5 forks source link

Consider retry on failed uploads #84

Closed stucka closed 1 year ago

stucka commented 1 year ago

Uploads are occasionally failing in a consistent way, and trying to retry sends once or twice may be a reasonable fix.

File "/home/runner/work/_actions/biglocalnews/upload-files/v2/upload.py", line 55, in main() File "/home/runner/work/_actions/biglocalnews/upload-files/v2/upload.py", line 37, in main client.upload_files(project_id, file_list) bln.exceptions.APIException: Service Unavailable

stucka commented 1 year ago

@palewire suggests looking at using retry for really simple functionality: https://pypi.org/project/retry/

stucka commented 1 year ago

Should be closed with https://github.com/biglocalnews/bln-python-client/compare/2.3.2...2.3.3