Scheduler

Queue-based content distribution with three posting modes.

Posting Modes

ModeHow It Works
Post NowImmediate — bypasses queue, posts synchronously
Add to QueueFinds next available slot from your schedule
Custom TimePick a specific date and time

Slot System

Define recurring schedules for automatic posting:

  • Set time, days of the week, and timezone
  • Filter by content type (tweet, article, blog, newsletter)
  • Filter by connection (X, LinkedIn, GitHub)
  • Per-profile queue isolation

Example: “Post to X every weekday at 9am ET and 2pm ET.”

Reliability

  • Cron trigger every 60 seconds on Cloudflare Workers
  • FOR UPDATE SKIP LOCKED prevents race conditions
  • Exponential backoff on failure (retry up to 5x over 24 hours)
  • Atomic upsert prevents duplicate sends

History

View your posting history in the scheduler panel — see what posted, when, and to which platform.