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
I'm using the 'orm' as a broker, but I suspect this will hit other brokers as well.
If the broker's timeout is set to None, as is the default, passing 'timeout' as an argument to async doesn't set the timeout properly. Once the broker has a timeout set, then the timeout can be overridden.
I'm using the 'orm' as a broker, but I suspect this will hit other brokers as well.
If the broker's timeout is set to None, as is the default, passing 'timeout' as an argument to async doesn't set the timeout properly. Once the broker has a timeout set, then the timeout can be overridden.
The worker will never timeout. If timeout was set to something, then the worker times out in 3 seconds.
From what I can tell, setting timeout to -1 allows you to never timeout by default and to override it with the argument.
The text was updated successfully, but these errors were encountered: