How to set crontab

Share post:

What is Crontab

Crontab is a feature in Unix-based operating systems that allows you to schedule tasks to run automatically at specified intervals.

The crontab command is used to create, edit, and manage a file called the "crontab file," which contains a list of commands and instructions for the system to execute at specific times or intervals.

What is the use of crontab?

For example, you could use crontab to:

  • Send recurring emails
  • Update data from external sources
  • Generate reports
  • Run cleanup tasks

You can schedule such tasks to execute at regular time intervals.

How to add cron job?

Go to your application settings and open the tab "Cron Jobs"

Pick an interval and write a command then click the "Add" button.

You can add as many jobs as you want.

Stop wasting time manually
deploying your apps!

Try our application deployment tool that allows you to set up servers automatically, deploy apps from git, manage Postgres backups and cron tasks.

  • Use a server from any cloud provider
  • Setup is done automatically
  • Deploy Django, Flask, FastAPI, Node apps
  • Unlimited number of databases
  • Custom domains and HTTPS
  • Focus on apps, we take care of deployments

As developers ourselves, we hated wasting time writing configuration files for web servers, CI pipelines and managing apps via SSH – so we built the system that we always wanted.

Appliku takes care of everything you need to deploy, run and manage your apps, while you can still do customized configuration if you choose to.

Try it with a free plan and see for yourself.

Start Free
Simple 5-minute setup – No credit card required
Share post:
Top