testing git list

This commit is contained in:
2021-09-07 22:15:31 -04:00
parent 87b4fb7f27
commit 7fd01aec57

View File

@@ -102,7 +102,7 @@ fi
if [ "$NOMAD_TASK_NAME" == "db-sync" ]; then
echo "Starting DBsync: sleep"
#give time for app to datart properly
sleep 1m
sleep 15m
echo "Starting DBsync"
exec flock -x /configbackup/${NOMAD_GROUP_NAME}_litesync.lock /usr/local/bin/litestream replicate -config /local/litestream.yml
exit 0