Cron WebSocket notifications #116

Closed
opened 2026-01-30 05:02:45 +00:00 by jason.woltje · 0 comments
Owner

Send real-time notifications when cron schedules trigger.

Requirements

  • WebSocket event when schedule fires
  • Notify relevant workspace members
  • Include schedule details and command fired
  • Handle notification failures gracefully

Technical Notes

  • Reuse existing WebSocketModule
  • Subscribe to workspace or user-specific channels
  • Payload should include: scheduleId, command, timestamp, workspaceId
  • See apps/api/src/websocket/ for existing patterns
Send real-time notifications when cron schedules trigger. ## Requirements - WebSocket event when schedule fires - Notify relevant workspace members - Include schedule details and command fired - Handle notification failures gracefully ## Technical Notes - Reuse existing WebSocketModule - Subscribe to workspace or user-specific channels - Payload should include: scheduleId, command, timestamp, workspaceId - See apps/api/src/websocket/ for existing patterns
jason.woltje added this to the M4-LLM (0.0.4) milestone 2026-01-30 05:02:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#116