Scheduler
Queue-based content distribution with three posting modes.
Posting Modes
| Mode | How It Works |
|---|---|
| Post Now | Immediate — bypasses queue, posts synchronously |
| Add to Queue | Finds next available slot from your schedule |
| Custom Time | Pick 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 LOCKEDprevents 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.