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
Currently, if any one of the API fetch calls fail, for example with 504503 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?
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: