Skip to main content

All Questions

Tagged with
1 vote
1 answer
4k views

How do I stop a currently running cron job executing wget?

I added a cron job to prime the cache of my website. The command is: cd crawler && wget --recursive --no-parent --domains=example.com --level=inf --reject css,js,png,jpg,mp4,psd,pdf --delete-...
gMaximus's user avatar
1 vote
0 answers
855 views

PHP cron job — that worked before — suddenly stopped working when Plesk scheduled tasks

I am creating the cronjob from my Plesk control panel. The cron is like so: 0 0,3,6,9,12,15,18,21 * * * /usr/bin/php httpdocs/sources/australia.php >> /var/www/vhosts/website-here/logs/topfbk....
Cristian Badea's user avatar
2 votes
1 answer
8k views

Setting a CRON to be run on every 1st and the 3rd Monday

I need to set up a CRON job to be scheduled in every 1st and the 3rd Monday of every Month. I'm using the Plesk control panel for setting these as follows. Currently CRON runs successfully, however ...
inckka's user avatar
  • 233