Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document / handle failed requests #3

Open
bnjmnrsh opened this issue Aug 6, 2021 · 0 comments
Open

document / handle failed requests #3

bnjmnrsh opened this issue Aug 6, 2021 · 0 comments

Comments

@bnjmnrsh
Copy link
Owner

bnjmnrsh commented Aug 6, 2021

Currently, if any one of the API fetch calls fail, for example with 504 503 failures then these, being valid JSON responses will be passed to the client to handle locally.

Better document how to handle these errors, and or
Consider:

  • providing a top-level convince object to check for errors without going through each call.
  • can we 're-try' the request within the worker in the event of a failure, and stay within max execution time limits?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant