HostingHosting featuresSpanish version

Support article

What Is a Cronjob Used For?

A cronjob lets you automate scheduled tasks. Imagine you want to run email checks for a ticket system at set times: a cronjob handles it automatically.

Published: 30/06/2026Updated: 30/06/2026

A cronjob lets you automate executions on a scheduled basis. Imagine you want to run email reading for a support ticket system. With a cronjob, you can have the email read automatically every 5 minutes, every hour, once a week, or at any other interval you want to schedule.

Basically, the goal is to automate repetitive tasks.

Some example tasks:

– Delete temporary files once a day.

– Cron processes generated by WordPress, Joomla, Prestashop, and other widely used programs.

Free hosting accounts come with 1 cronjob that you can run at its maximum frequency once every 10 minutes.

The professional hosting services we offer can run cron processes every 5 minutes or more.

This article is not intended to be a tutorial on cron processes, so we’ve included some references that may be very useful when learning more about scheduling tasks in Linux.

How many Crons can you install?

In principle, as many as you need. Which is usually not many. If you needed a very large number of crons, we would have to evaluate the impact on the server.

SYNTAX: For cron tasks:

            • Command to run – – – – – | | | | | | | | | +— day of the week (0 – 6) (Sun = 0) | | | +—– month (1 – 12) | | +—— day of the month (1 – 31) | +——- hour (0 – 23) +——— minute (0 – 59)

https://crontab.guru/ lets you define the schedule on which the process will run and its frequency.

https://desarrollowebtutorial.com/ejemplos-de-crontab/ A collection of examples that can be useful for understanding how it works.

Free hosting with CRONJOB

If you need a cronjob for your website and your free hosting doesn’t offer one, come to miHosting.com — we offer cronjobs starting from our free service.