Adding Cronjobs in admin.savvii.com

Modified on Thu, 03 Feb 2022 at 06:50 PM

IMPORTANT!
Cronjobs set with this tool are not visible in the WP CLI crobtab you use with SSH and visa versa


In admin.savvii.com you have the option to add cronjobs to the server. You can find this tool in the website overview under the Cronjobs tab.




After clicking on Add a cronjob you will be prompted to fill our the following form;


NAME

This is an administrative name. It's only function is to serve as a tag so you can recognize the cronjobs in the overview.

MAIL TO

Some cronjobs create an output that can be email. If you have no output leave this blank.

MINUTE, HOUR, DAY OF MONTH, MONTH, DAY OF WEEK

These are time notations at which point or frequency the cronjob will run. If you are not familiar with the correct notation we advice you use https://crontab.guru/..


We frequently get asked how to execute a cronjob 'every x minutes'. To do this you can use 'step values'. For step values you use the notation '*/x' where x is the x in "execute this every x minutes/hours". For example, if you want to execute a command every 30 minutes you enter "*/30" into the Minute field.

COMMAND


This is the command the cronjob needs to run. The standard notation is as follows;

/usr/bin/curl -H 'cache-control: no-cache' "URL" >/dev/null 2>&1
PHP


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article