我有一个计划的作业设置为在 Heroku Scheduler 上运行。我设置的命令是curl -s http://example.com/cron/abc123xyz456
。
但是,尽管调度程序尝试运行任务,但失败了。这是日志。
Starting process with command `curl -s http://example.com/cron/abc123xyz456`
State changed from starting to up
State changed from up to complete
Process exited with status 2
curl: option -s http://example.com/cron/abc123xyz456: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
我的URL有效。 curl命令是否失败?还是什么?