-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ownership pool can not start Sojourn pool #106
Comments
FWIW, I am completely fine with saying we only work with poolboy if fixing it is going to be a big hassle. |
I am happy to force poolboy too. This isn't an issue for Ecto because poolboy will always be there. |
👍 for ownership pool working only with poolboy. Should we remove the ability to specify the "inner" pool for ownership pool altogether? |
I will close the issue given we'll be moving away from poolboy and sojurn in 2.0. This is tracked in #108 |
The Ownership pool starts its internal pool via the Watcher, and Sojourn starts its internal pool via the Watcher. The Watcher blocks when starting an internal pool so can't receive the request from Sojourn to start its internal pool as it blocking starting the Sojourn pool itself (Ownership's internal pool).
The text was updated successfully, but these errors were encountered: