Periodic Task

Noun · Development

Definitions

  1. A background job that runs automatically on a recurring schedule — defined by a cron expression, fixed interval, or calendar rule — to perform maintenance, data aggregation, cleanup, or synchronization without manual intervention.

    In plain English: A task the computer runs automatically on a schedule, like a recurring alarm that triggers a specific job.

    Example: "We have a periodic task that runs every night at 2 AM to purge expired sessions and recalculate the analytics rollups."

Related Terms