Skip to content

Commit 20ac4da

Browse files
committed
Update taginfo cronjob to process db files
1 parent 300cc92 commit 20ac4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hetzner/taginfo/taginfo.production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
chmod +x /run_task.sh
2424
2525
# 2. Set cron: Run every 3 days at 3:00 AM
26-
echo "0 3 */3 * * /run_task.sh >> /var/log/taginfo-cron.log 2>&1" | crontab -
26+
echo "0 8 */3 * * /run_task.sh >> /var/log/taginfo-cron.log 2>&1" | crontab -
2727
2828
touch /var/log/taginfo-cron.log
2929
cron -f

0 commit comments

Comments
 (0)