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
When worker stops due to an error the API will keep returning 202 rather than show an error. This means that the client will wait for execution in an infinite loop
Reproduce
one way to reproduce it is to programatically stop the pycrdt_websocket server:
Description
When worker stops due to an error the API will keep returning 202 rather than show an error. This means that the client will wait for execution in an infinite loop
Reproduce
one way to reproduce it is to programatically stop the
pycrdt_websocket
server:Expected behavior
Error is propagated to the API
The text was updated successfully, but these errors were encountered: