-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Send a SIGKILL to container when its really time to stop (#726)
When the goroutine in clearContainer() is unblocked by the select (grace period has expired or worker receives a SIGTERM), then its really time to stop the container. In this case, we're going to send a SIGKILL to it instead of a SIGTERM. This might fix the issue related to unmounting images.
- Loading branch information
1 parent
2822414
commit 199cde5
Showing
3 changed files
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters