From May 1, the automatic production of cache files failed. I prepared the script for recovery processes and reproduced the missing cache files.
- Scripts
- /home/detchar/git/kagra-detchar/tools/Cache/Script/run_all_makecache.sh
- /home/detchar/git/kagra-detchar/tools/Cache/Script/run_all_makecache_trend.sh
The original cause of the failure seems not to be the script. The script was not changed, but $HOME/bin/gpstime was unavailable, which is used in the script.
I temporarily edited the script of L26 from CMD_GPS=$HOME/bin/gpstime to CMD_GPS=/usr/bin/gpstime. I confirmed that it works.
After that, I also reproduced the segment files of 5/1~5/6, whose production failed due to the lack of cache files.
I added the option to increase the job priority in the script for regular generations of the cache and segment files. It seems working well.