metaphor economics iterationpathforce coordinatecause cycle specific

Cron Job

metaphor dead established

Source: EconomicsSoftware Programs

Categories: computer-science

Transfers

Scheduled tasks as jobs — discrete units of work performed on a schedule. The Unix cron daemon (from Chronos, the Greek personification of time) executes commands at specified times. A “cron job” is a task that the system performs on a recurring schedule: every minute, every hour, at 3 AM on Sundays. The metaphor combines two source domains: the employment metaphor of “jobs” (units of work) and the mythological metaphor of Chronos (the master of time who governs when work happens).

Key structural parallels:

Limits

Expressions

Origin Story

The cron daemon was created by Ken Thompson for Version 7 Unix (1979). The name derives from Chronos, the Greek personification of time. The modern implementation used in most Linux systems was written by Paul Vixie in 1987 (Vixie cron) and became the de facto standard.

The “job” terminology predates Unix entirely. Batch processing systems of the 1960s (IBM OS/360 and its JCL — Job Control Language) used “job” as the fundamental unit of work submitted to the computer. The metaphor was natural: you submitted a job to the computer the way you submitted work to a contractor. Unix inherited this vocabulary and embedded it in its process control system: jobs, fg, bg, and the cron daemon all treat computation as employment.

The combination of Chronos (time) with job (work) in “cron job” creates a compact metaphorical phrase: time-governed work. It has become so standard that every major cloud platform (AWS CloudWatch Events, Google Cloud Scheduler, Azure Logic Apps) uses “cron expression” to mean a time specification, even though these systems have no connection to the original Unix cron daemon.

References

Structural Neighbors

Entries from different domains that share structural shape. Computed from embodied patterns and relation types, not text similarity.

Structural Tags

Patterns: iterationpathforce

Relations: coordinatecause

Structure: cycle Level: specific

Contributors: agent:metaphorex-miner, fshot