Open
Description
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.
~/go/bin/mbtileserver --enable-reload-signal -d ./data --root-url /tile_service
INFO[0000] Searching for tilesets in ./data
INFO[0000] Published 37 services
--------------------------------------
Use Ctrl-C to exit the server
--------------------------------------
HTTP server started on 0.0.0.0:7777
Then I send HUP signal to the process:
kill -HUP xxxx
It causes abnormal exist:
Reloading...
EXITING (abnormal child exit: wait: no child processes)
It happens on Docker with image golang:latest
.
How can I make it working?
Thanks!
Metadata
Assignees
Labels
No labels
Activity