Chronos Scheduler Gluesync chronos screenshot Repository

The Chronos Scheduler is a backend service for scheduling and managing cron jobs that automate Gluesync tasks. This section covers how to configure, run, and extend the scheduler.

Open Source This project is Open Source

Chronos supports the query_studio action type. Use it to run a saved Query Studio query or custom SQL on a schedule, from a platform event, or through a webhook-triggered event. Saved queries are the preferred option. Writable execution is available only after an explicit data-modification acknowledgment.

Chronos 0.2.5 also adds the unreleased ai_agent_run task type for starting published AI agents from schedules, platform events, webhook-triggered events, and chained events.

In this section

  • Intro — Overview, key features, configuration, deployment, and installation

  • Schedules — Daily schedules and cron expressions

  • Query Studio actions — Scheduled, event-triggered, and chained SQL actions

  • AI agent runs — Published agent runs from schedules, events, webhooks, and chains

  • Chained events — Sequential actions after a scheduled job

  • Events — HTTP-triggered on-demand action chains

  • Webhooks — Incoming trigger URLs, platform events, and sync callbacks

  • Changelog — Release history

Start with the intro to learn how to deploy and configure Chronos.