Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
๐ Carolopedia โบ CronGuide page
๐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