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 didn't terminate at once when pressing ctrl-c, but retry instead. Seems like retry=retry_if_not_exception_type((RetryError, KeyboardInterrupt)) doesn't perform as expected.
In contrast, things in synchronous code goes well.
run it normally, the result is:
press ctrl-c when runing halfway through, the result is:
It didn't terminate at once when pressing ctrl-c, but retry instead. Seems like
retry=retry_if_not_exception_type((RetryError, KeyboardInterrupt))
doesn't perform as expected.In contrast, things in synchronous code goes well.
The text was updated successfully, but these errors were encountered: