I have a series of wget cron jobs that are not firing and I am wondering if that is because the URLs they are getting are long. It is the only thing about these jobs that I can think of that would keep them from working. That or maybe I just have too many cron jobs scheduled.
Here is a redacted example:
wget -q -O - "http://example.com/myapplication?&url=https://example.com/wp-content/plugins/myrssfeedplugin/feed.php?category=mycategory&pubdate=new¶meter=MyParameter¶meter2=MySecondParameter¶meter3=mysecondparameter¶m3=param3¶m4=param4¶m5=p5¶m6=p6" >/dev/null 2>&1
That job should fire ever 6 hours but has not run for days.
Here is a redacted example:
wget -q -O - "http://example.com/myapplication?&url=https://example.com/wp-content/plugins/myrssfeedplugin/feed.php?category=mycategory&pubdate=new¶meter=MyParameter¶meter2=MySecondParameter¶meter3=mysecondparameter¶m3=param3¶m4=param4¶m5=p5¶m6=p6" >/dev/null 2>&1
That job should fire ever 6 hours but has not run for days.
Last edited by a moderator: