Overview
Distributed task scheduler using Redis for background jobs and scheduled agent operations. Benefits: Distributed, persistent, scalable, fast in-memory performanceFeatures
Delayed Execution - Schedule tasks to run laterRecurring Jobs - Run tasks at intervals
Cron Scheduling - Run tasks at specific times
Priority Queues - Process high-priority tasks first
Use Cases
- Scheduled agent health checks
- Periodic skill updates
- Automatic context cleanup
- Background artifact processing
- Maintenance tasks (cleanup, backups)
Implementation
Status
🚀 In Progress - Core scheduler implementation and Redis integrationWhat’s Next
- Discuss - Share your scheduling needs on Discord