-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve image cache error handling (#214)
* fix: handle cache script errors * fix: tests * fix: try fetch in a function * fix: force timeouts to test error handling * fix: use error codes in script * fix: unauthorized error handling * fix: return to old fetch type * fix: handle exit code explicitly * chore: try again with code exit * fix: take code from error cause * fix: generate retryable errors * fix: remove explicit code zero * chore: debug log error * chore: debug without all * chore: debug without all 2 * chore: debug more * fix: prmise await * chore: detailed logs * fix: log response * fix: logger * fix: try with only one handler * fix: add error handlers to streams * fix: mark invalid out as retryable * fix: validate if a cause exists * fix: retry ECONNRESET * chore: comment
- Loading branch information
Showing
7 changed files
with
142 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.