We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5105569 commit 8d1e88bCopy full SHA for 8d1e88b
crontab
@@ -1,8 +1,8 @@
1
# Process feeds
2
-* */4 * * * /usr/local/bin/php /app/bin/lerama feed:process 2>&1 | tee -a /proc/1/fd/1
+0 */4 * * * /usr/local/bin/php /app/bin/lerama feed:process 2>&1 | tee -a /tmp/cron/feed_process.log
3
4
# Check feed status
5
-* */2 * * * /usr/local/bin/php /app/bin/lerama feed:check-status 2>&1 | tee -a /proc/1/fd/1
+0 0 * * * /usr/local/bin/php /app/bin/lerama feed:check-status 2>&1 | tee -a /tmp/cron/check_status.log
6
7
# Update proxy list
8
-0 0 * * * /usr/local/bin/php /app/bin/lerama proxy:update 2>&1 | tee -a /proc/1/fd/1
+0 0 * * * /usr/local/bin/php /app/bin/lerama proxy:update 2>&1 | tee -a /tmp/cron/proxy_update.log
0 commit comments