Closed EricPickup closed 5 years ago
Is this issue proposing that we shouldn't report these specific errors?
@BenEmdon not necessarily, just opening it to eventually investigate the cause. Not sure if it's something to be concerned about
This SIGTERM
is an expected puma related signal which we expect on every deploy on heroku.
In my opinion, exceptions in haystack should be exceptional and receiving signals like SIGTERM
are exceptional.
I realize that these could add to the noise, but removing it might take away value.
Conclusively, I think we could close this issue. If you disagree please reopen this issue.
I've noticed on Haystack that we get 4 SIGTERM/SignalException errors every time we deploy a PR to production.
@tarebyte pointed out that 4 is also the number of dynos we're running.
Example:
(https://haystack.githubapp.com/classroom/needles/IWuUfmHU5nB5bFmPMxDXcw)