Skip to content

Commit 8d1e88b

Browse files
committed
fix crontab
1 parent 5105569 commit 8d1e88b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crontab

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Process feeds
2-
* */4 * * * /usr/local/bin/php /app/bin/lerama feed:process 2>&1 | tee -a /proc/1/fd/1
2+
0 */4 * * * /usr/local/bin/php /app/bin/lerama feed:process 2>&1 | tee -a /tmp/cron/feed_process.log
33

44
# Check feed status
5-
* */2 * * * /usr/local/bin/php /app/bin/lerama feed:check-status 2>&1 | tee -a /proc/1/fd/1
5+
0 0 * * * /usr/local/bin/php /app/bin/lerama feed:check-status 2>&1 | tee -a /tmp/cron/check_status.log
66

77
# Update proxy list
8-
0 0 * * * /usr/local/bin/php /app/bin/lerama proxy:update 2>&1 | tee -a /proc/1/fd/1
8+
0 0 * * * /usr/local/bin/php /app/bin/lerama proxy:update 2>&1 | tee -a /tmp/cron/proxy_update.log

0 commit comments

Comments
 (0)