mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #798] SIGINT/SIGTERM received...killing workers... #559
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#559
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @papanito on GitHub (Feb 28, 2023).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/798
I try to run healtchecks in kubernetes, so I created a helm chart. After the container started it is shutdown after some seconds
Not sure though why I get a
SIGINT/SIGTERM. Below the full log@cuu508 commented on GitHub (Mar 6, 2023):
You need to figure who is sending SIGINT/SIGTERM and why.
@tk512 commented on GitHub (Mar 10, 2023):
OOM (out of memory killer in Linux) may send SIGTERM. Is this possibly a memory starved VM? You might want to just add more memory and see.