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
Right now, a RunetimeError is raised is no connections are available in a pool. It would be helpful if there were an option to block the thread instead. Redis and pylibmc have examples of this.
Right now, a
RunetimeErroris raised is no connections are available in a pool. It would be helpful if there were an option to block the thread instead. Redis and pylibmc have examples of this.