Skip to content
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.

update transit fetching cron to kill cut_tiles #122

Open
kevinkreiser opened this issue Sep 14, 2016 · 0 comments
Open

update transit fetching cron to kill cut_tiles #122

kevinkreiser opened this issue Sep 14, 2016 · 0 comments

Comments

@kevinkreiser
Copy link
Member

when we get new transit data we want to make use of it ASAP. to do so all we need to do is gracefuly kill the cut_tiles.sh script and the valhalla_build_tiles program. simple psgrep to get the pids, followed by kill to the script. if the script is dead a smiple kill to the program should suffice. if the script didnt die, kill it with -9 and go remove the lock file, and continue on to the program. if the program didnt use -9 on that.

@kevinkreiser kevinkreiser changed the title update transit fetching cron to kill cuttiles update transit fetching cron to kill cut_tiles Sep 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant