-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Write pidfile atomically #11983
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
Write pidfile atomically #11983
Conversation
Took me a while to find a linux devbox. |
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.
Thanks, just code style comments.
Done. |
3b58748
to
91206db
Compare
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.
This is failing Google-internal presubmit checks due to the lack of copyright header on pidfile.go
and pidfile_test.go
; please copy/paste it from other Go files (just with the year to 2025).
Thanks! |
Fixes #11851. Alternative to #11861.