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
A small change means that all executions requests are now cancelled after an error; this means in particular that in testing the exist() requests we are sending get cancelled when we test for exceptions.
A likely workaround is to queue requests and wait for the results of previous action before submitting new ones.
It is not critical right now, but will probably be needed in the future.
The text was updated successfully, but these errors were encountered:
#139 pinned ipykernel,
A small change means that all executions requests are now cancelled after an error; this means in particular that in testing the
exist()
requests we are sending get cancelled when we test for exceptions.A likely workaround is to queue requests and wait for the results of previous action before submitting new ones.
It is not critical right now, but will probably be needed in the future.
The text was updated successfully, but these errors were encountered: