You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I should raise a photo/frontend issue? I never see this when running on a self-hosted server, so I can't look at the logs.
It would be nice if the Python library automatically retried these failed requests a couple of times. I'm not sure if we'd want to support this for all failures, or just a subset (eg. 500 errors).
If we do this, the number of retries to be configurable (or set to 0 to disable).
The text was updated successfully, but these errors were encountered:
Very occasionally API requests to the hosted site fail:
When deleting a photo (https://travis-ci.org/photo/openphoto-python/builds/7605994):
When uploading a photo (https://travis-ci.org/photo/openphoto-python/builds/7607189):
Perhaps I should raise a photo/frontend issue? I never see this when running on a self-hosted server, so I can't look at the logs.
It would be nice if the Python library automatically retried these failed requests a couple of times. I'm not sure if we'd want to support this for all failures, or just a subset (eg. 500 errors).
If we do this, the number of retries to be configurable (or set to 0 to disable).
The text was updated successfully, but these errors were encountered: