Chronos Scheduler

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.
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.
See Query Studio actions.
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.
See AI agent runs.
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.