Closed MauDagos closed 1 month ago
Hi @MauDagos,
These look like mongrel2 logs. Pushpin's use of mongrel2 is considered deprecated for a few years now.
To avoid this issue, I suggest upgrading to the latest Pushpin and using its built-in connection manager instead. When upgrading, you'll want to update the services=
setting in your pushpin.conf, by removing mongrel2
and m2adapter
from the comma-separated list, and adding connmgr
.
If you want to stay on 1.35.0 for some reason, you can still use the newer connection manager but it will have a different name in that case ("condure") and it will need to be installed separately. There are apt packages for it. As of 1.38.0 it comes built-in.
History:
Ok, we will look into updating Pushpin to a newer version. Thanks!
Hello Pushpin team,
We recently suffered an outage where we noticed that Pushpin had dropped all connection. From the Pushpin error logs, this log message seemed like the most important one:
I was wondering if we could get more information about what this log message means, how to avoid it and how to act upon it. Eventually we just restarted Pushpin.
Here's a greater snapshot of the error logs during the time of the outage, in case it helps:
We are running Pushpin on version
1.35.0
.Thanks in advance!