Promptles
GTM & Business Tools

Cron Job

beginner

Definition

A scheduled task that runs automatically at set intervals: every hour, every day at midnight, every Monday at 9 AM. The name comes from the Unix 'cron' utility, but the concept applies anywhere: GitHub Actions, cloud schedulers, and even no-code tools all support cron-style scheduling. GTM engineers use cron jobs to run recurring automations like nightly data syncs or weekly report generation.

In the wild

A cron job runs every morning at 6 AM, pulls the previous day's new signups from the database, formats them into a summary, and emails it to the sales team so they have fresh leads waiting when they start work.

More from GTM & Business Tools