Give any task a launch date, or a recurring cadence — every 15 minutes, hourly, daily, weekly, custom days. A background poller ticks every minute and spawns the task the instant it's due, no server or agent needing to stay awake and wait.
Live capture from the AgentRQ app — setting a one-time launch date, then (time compressed) the real background poller spawning it into the Active Tasks dashboard a minute later.
A calendar icon in the composer, and a poller that never sleeps.
The schedule button in any task composer opens an Execution Strategy popover — None, One-time (pick a launch date/time), or Repeated (every 15 mins, hourly, daily, weekly, monthly, or custom days).
The backend converts your picks into a standard cron expression and shows a live preview ("in 1 min", "in 364 days"). A background service checks every minute for schedules whose time has come.
When it fires, a normal task is spawned straight into the workspace — same title, body, and assignee as the template. One-time templates clean themselves up after firing; recurring ones spawn again next cycle.
The Scheduled view lists every cron template across a workspace with its next run time, so nothing quietly runs at 3am without anyone knowing it exists.
Each spawned instance links back to its scheduled template's instance history, so you can see every run a recurring task has produced — not just the latest one.