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
prevents the worker from responding to anything. At the moment these situations are handled by killing the whole worker. If these loops could be asyncified (like input() already is) or interrupted by some other means, timeouting could be implemented within the worker itself.
The text was updated successfully, but these errors were encountered:
Blocking infinite loop like
prevents the worker from responding to anything. At the moment these situations are handled by killing the whole worker. If these loops could be asyncified (like
input()
already is) or interrupted by some other means, timeouting could be implemented within the worker itself.The text was updated successfully, but these errors were encountered: