Overview of Cron Job Manager

Cron Job Manager is an application that allows you to create Cron Jobs, which is an automated process that operates at specified time intervals. It allows you to create commands on your server that completes the scheduled tasks automatically at intervals set by the Cron Job.

For example, you could set a Cron Job to periodically take a backup of your postgres database.

Using the Cron Job Manager, you can: