passer
passer
hi, @minrk are there plans to do more support for HA in the future?
Before the release, there were 800 servers in the hub. After the release, there are only more than 100 servers in the hub, but the containers of the disappeared servers...
Is there an elegant way to solve this problem?
Thank you for your replies, we really want to experience the new features through the upgrade. I read the upgrade documentation before, and it says that upgrading jupyterhub to 2.x...
We split the proxy layer and the hub, so that there is no problem mentioned above
And our cull-idle process is also split into an independent process. It used to be a sub-service of the hub, and it will start quickly after the hub restarts. I...
> It's hard to say without any detail about what you're doing, but my guess is that you're doing something that is blocking the IOLoop thread. Try setting the environment...
hello, is there any progress in this merger?
python3.6 1. conda install coin-or-cbc 2. pip install cylp 3. python >>> from cylp.cy import CyClpSimplex >>> s = CyClpSimplex() then error: Error in `python': double free or corruption (out)
I tried to install it locally with this commit version, but still the same problem ```bash git clone [email protected]:coin-or/CyLP.git git checkout 875d5d5 cd CyLP python setup.py install ```