-
Notifications
You must be signed in to change notification settings - Fork 105
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
enable-reload-signal option causes crash #185
Comments
Thanks for the report. To clarify, are you building your own Docker image based on |
Hello @brendan-ward and thank you for responding back to me.
Please let me know if any further information is needed. |
I can reproduce in the latest version. This is not a feature I personally use, so I'm not very familiar with it. I am seeing that when passing I'm not sure if it always showed up as 2 processes when started this way. Calling |
@brendan-ward |
Hello,
I am using mbtileserver and need to reload tilesets because of changes of sub directories containing mbtile files.
Unfortunately I didn't succeed to reload by HUP signal, it always abnormally exists.
Then I send HUP signal to the process:
It causes abnormal exist:
It happens on Docker with image
golang:latest
.How can I make it working?
Thanks!
The text was updated successfully, but these errors were encountered: