WMS Server requires manual restart if the data files changed.

Issue #221 resolved
Joern Ungermann created an issue

If the present data files changed (either due to removal or addition), the server requires a manual restart. It would be preferable, if the server could detect this condition and act accordingly.

Comments (3)

  1. Reimar Bauer

    We could solve this by using watchdog, which also is on conda

    https://pythonhosted.org/watchdog/

    monitor all data dirs and on change do change timestamp of the wsgi file.

    Or

    if we don't want changes on any file push, we monitor only a subdirectory were just one file at the end of our data uploades will be added or changed. I guess for our case because we upload batches that would be better.

  2. Log in to comment