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
It would be nice if the library supported a "synchronous" argument. This could work by using the request ID returned from the import endpoint and polling the /pending-imports endpoint until either a success or failure appears.
Currently the behavior of the backend is to display a failure on retryable failures (which could resolve to a success eventually if it succeeds before the retry count). We probably need to coordinate around that somehow, probably by indicating in the pending-imports response when a failure status is terminal.
The text was updated successfully, but these errors were encountered:
It would be nice if the library supported a "synchronous" argument. This could work by using the request ID returned from the import endpoint and polling the /pending-imports endpoint until either a success or failure appears.
Currently the behavior of the backend is to display a failure on retryable failures (which could resolve to a success eventually if it succeeds before the retry count). We probably need to coordinate around that somehow, probably by indicating in the pending-imports response when a failure status is terminal.
The text was updated successfully, but these errors were encountered: