-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Use SIGINT as the stopsignal in the dockerfile #2685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 3ee3495 |
|
Review app for commit 321da37 deployed to Heroku: https://hge-ci-pull-2685.herokuapp.com |
|
Review app for commit f5596cd deployed to Heroku: https://hge-ci-pull-2685.herokuapp.com |
|
Review app for commit 31513d6 deployed to Heroku: https://hge-ci-pull-2685.herokuapp.com |
|
Looks like the last test to finish always fails after this change. A quick glance (could be wrong) tells me that the problem is in |
|
Review app for commit 6559a5b deployed to Heroku: https://hge-ci-pull-2685.herokuapp.com |
|
@0x777 seems like all tests are passing now? |
Haskell expects the signal to be `SIGINT`, but the docker default is `SIGTERM`. Correcting this.
|
Review app for commit 3ee3495 deployed to Heroku: https://hge-ci-pull-2685.herokuapp.com |
lexi-lambda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests are failing again, but it doesn’t seem to have anything to do with this change (as it shouldn’t), since they’re failing on other PRs, too. It seems like those tests are flaky, which we should definitely fix, but I see no reason not to merge this PR in the meantime. Thank you for the contribution!
|
Review app https://hge-ci-pull-2685.herokuapp.com is deleted |
Haskell expects the signal to be `SIGINT`, but the docker default is `SIGTERM`.
Description
Haskell expects the signal to be
SIGINT, but the docker default isSIGTERM.Correcting this.
Affected components