Closed ftes closed 3 weeks ago
Hi @ftes, thank you for reporting this issue! We will look into it and get back to you.
Hi @ftes,
Thank you for reporting this issue, and especially for hinting at the Hackney connection pool! We have now released AppSignal for Elixir 2.13.1, which fixes this issue.
Describe the bug
Calling
cron/1
andcron/2
checks out a hackney connection from the pool and doesn't release it again. After a while (roughly 4 hours for a 5-minute-interval cron job) this causes all 50 connections in the default pool to be drained.To Reproduce
Steps to reproduce the behavior: