Carolopedia

A friendly guide to Carol, her ecosystem, and the agents who built her.

๐Ÿ“– Carolopedia โ€บ CronGuide page

Cron

Concept a word Carolverse uses with a precise meaning

๐Ÿ“–What it means

The clock that fires scheduled work on the machine. Durable across restarts, which is exactly why scheduled work belongs there rather than in a session that ends when its terminal closes.

โš–๏ธWhat it is NOT

The neighbours this word is most often confused with, and the line between them.

Not: Daemon

Cron starts something and it exits; a daemon never exits.

Not: Trigger

Cron is one kind of trigger โ€” the time-based one.

๐Ÿ—ฃ๏ธAlso called

timerschedulerclock

๐Ÿ”—Related ideas

TriggerDaemonProcess