You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 thevalhalla_build_tiles
program. simplepsgrep
to get the pids, followed bykill
to the script. if the script is dead a smiplekill
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.The text was updated successfully, but these errors were encountered: