Skip to main content
All CollectionsWebsite ManagementToolsCron Jobs
How to Effectively Use Cron on the Rapyd Dashboard
How to Effectively Use Cron on the Rapyd Dashboard
Rapyd Team avatar
Written by Rapyd Team
Updated over a week ago

Cron jobs are vital for automating tasks in web applications. Here's how to use them effectively on the Rapyd Dashboard.

What is Cron Jobs in WordPress

A Cron job in WordPress is an automated, scheduled task that performs various functions within your WordPress website. These tasks can include anything from publishing scheduled posts and performing backups to sending email notifications and updating plugins. Cron jobs are essential for maintaining the smooth operation of your WordPress site, ensuring that important actions are executed reliably and on time without manual intervention.

WordPress utilizes a system called WP-Cron to manage these scheduled tasks. WP-Cron checks for pending tasks whenever someone visits your site and initiates them as needed. While WP-Cron is convenient for most users, it may not be as precise as a server-based cron job system, especially for sites with irregular traffic patterns. Some users opt to replace WP-Cron with a server-based setup to ensure more accurate timing for their tasks. In essence, Cron jobs in WordPress streamline website management, automating repetitive and time-sensitive actions to improve overall efficiency.

Step-by-Step Guide to Use Cron on Rapyd Dashboard

Step 1: Log in to the Rapyd Dashboard

Login to the Rapyd dashboard by entering your email address and password after completing the Registration process. Next click "Login" to access the dashboard.

Step 2: Select the Desired Website

Then choose the desired website from the Sites tab, If you have multiple websites, use the Search bar to find the specific one.

Step 3:Explore the Cron Page

Hover over 'Tools,' click 'Cron' from the left menu to open the Cron Page. Here you will find the number of Cron Jobs next to the heading.

Search Bar

Below that, there's a dedicated search bar to quickly find specific jobs if you have many.

Step 4: Add a New Cron Job

On the right side, locate the + New button and then click on it to add a new cron job.

A popup screen will appear where you can enter a new cron Job name, bash Command, and Time to run.

If you click on the drop-down menu of Time to run, you will find multiple time options. Choose the best-suited time for you.

Finally, hit the Save and complete switch to add a new cron job.

Step 5: Switch the Place of Performance of the Cron Job

Press the WP-Cron button to switch your WordPress cron jobs to Rapyd.

A pop-up will display options to switch cron job execution between WordPress and Rapyd.

Choose your desired platform and hit the Save Changes button to include a new job.

Refresh Button

The Next Button is to Refresh the Cron page without re-loading the entire dashboard.

Step 6: Get Familiar to The Cron Job Table

In this table, you will find information on all of the active Cron Job Name, the Command you put into it, and the Time to run that job.

Edit or Delete Any Cron Job

Now if you want to Edit or Delete any cron job, simply click on the three dots placed in the right corner of each job.

Click on Edit if you need to make some changes on that exact Cron job or click on Delete to remove that Cron job from the list.

Conclusion

Cron jobs in WordPress are a crucial feature that automates scheduled tasks, such as publishing posts, performing backups, and updating plugins, to enhance the efficiency of website management. Utilizing the WP-Cron system by default, these tasks are triggered when visitors access the site. While this works for most users, those with specific timing requirements may opt for server-based cron jobs for more precise scheduling. Overall, Cron jobs simplify routine operations, allowing website owners to focus on content creation and user engagement while essential tasks are seamlessly executed in the background.

Did this answer your question?