标签: cron crontab
以下是不是有效的原因?
0 10 * * * wget --tries=1 --timeout=99999 -O send-notifications.txt http://domain.com/send-notifications/
我有其他如下,但他们工作正常:
0 3 * * * wget --tries=1 --timeout=99999 -O task-scheduler.txt http://domain.com/task-scheduler