Closed flacombe closed 1 year ago
I don't really want to re-seed every time Tegola starts - in most cases this isn't necessary and in future I may run multiple instances of the Tegola container to reduce downtime on restarts.
I'm now running the re-seed job every 6 hours and I've adjusted the caching so I rarely have to manually run the seed process. The low-zoom tiles never get deleted from my tile cache so there's very little chance of them not being present.
FWIW this is how the reseed task is run from Kubernetes:
Understood, thank you for details.
I'll manage to do the same with a cron job on the host.
In the current docker implementation, Tegola starts with serve command in the CMD step.
How do you manage it currently?