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 close pool and then want to use it again. Reinit.
I found the .resize() method which has option reset. reset=True allow close all available connections and then .setup() will be called, but pool will be closed (._closed=True) and any .acquire() call will raise an error.
I close pool and then want to use it again. Reinit.
I found the
.resize()
method which has optionreset
. reset=True allow close all available connections and then.setup()
will be called, but pool will be closed (._closed=True
) and any.acquire()
call will raise an error.kombu/kombu/resource.py
Line 189 in 1df567a
The text was updated successfully, but these errors were encountered: