Skip to content
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

I tried to get the app to send a SIGHUP signal to reload itself and got a "text file busy" error #59

Open
MilletChili opened this issue Nov 17, 2021 · 0 comments

Comments

@MilletChili
Copy link

		I tried to get the app to send a SIGHUP signal to reload itself and got a "text file busy" error

		2021/11/17 17:14:30 8597 Received SIGHUP. forking.
		2021/11/17 17:14:30 Restart: Failed to launch, error: fork/exec ./project: text file busy

		but I manually executed "kill -1" to send a SIGHUP signal and it worked fine, reload successful

		2021/11/17 17:53:28 11425 Received SIGHUP. forking.
		2021/11/17 17:53:28 11475 0.0.0.0:8001
		2021/11/17 17:53:28 11425 Received SIGTERM.
		2021/11/17 17:53:28 11425 Waiting for connections to finish...
		2021/11/17 17:53:28 11425 Serve() returning...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant