Connection pool: Add client death tracking
authorrinpatch <rinpatch@sdf.org>
Fri, 8 May 2020 15:18:59 +0000 (18:18 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
commit1b15cb066c612c72d106e7e7026819ea14e0ceab
tree567c191db1d458d03bd4705b266cd93aa49e708d
parente94ba05e523d735cd7a357a3aa30e433f60ef9a3
Connection pool: Add client death tracking

While running this in production I noticed a number of ghost
processes with all their clients dead before they released the connection,
so let's track them to log it and remove them from clients
lib/pleroma/gun/connection_pool/worker.ex
lib/pleroma/telemetry/logger.ex