mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
736040435c
Instead of handling each error condition seperately, we raise an UploadError which includes whether it's retryable. The advantage of this is that upload backends can also raise an UploadError to indicate two conditions it currently cannot: That an error is unretryable That an error is retryable, even if the row was already in finalizing Under this scheme, errors while cutting become unretryable UploadErrors, and unhandled exceptions in uploading become retryable UploadErrors if the row is not yet finalizing only. |
5 years ago | |
---|---|---|
.. | ||
cutter | 5 years ago | |
Dockerfile | 5 years ago | |
setup.py | 6 years ago |