Test: System hooks, retry, and scheduling #78

Open
opened 2026-05-29 05:09:18 +00:00 by jmiller · 1 comment
Owner

System Hooks

  • Calendar event publish triggers cross-post queue entry
  • Gallery publish triggers cross-post queue entry
  • Image publish triggers cross-post queue entry
  • Service type filter only dispatches to matching services
  • Graceful skip when Calendar/Gallery components not installed

Retry Mechanism

  • Failed posts auto-retry with exponential backoff
  • Posts marked permanently_failed after max retries
  • Manual retry resets status and retry count
  • Bulk retry for all failed posts of a service
  • Retry Selected toolbar button works

Scheduling

  • Schedule toolbar button sets scheduled_at date
  • Scheduled posts processed when time arrives
  • Scheduled posts show in list with scheduled status
## System Hooks - [ ] Calendar event publish triggers cross-post queue entry - [ ] Gallery publish triggers cross-post queue entry - [ ] Image publish triggers cross-post queue entry - [ ] Service type filter only dispatches to matching services - [ ] Graceful skip when Calendar/Gallery components not installed ## Retry Mechanism - [ ] Failed posts auto-retry with exponential backoff - [ ] Posts marked permanently_failed after max retries - [ ] Manual retry resets status and retry count - [ ] Bulk retry for all failed posts of a service - [ ] Retry Selected toolbar button works ## Scheduling - [ ] Schedule toolbar button sets scheduled_at date - [ ] Scheduled posts processed when time arrives - [ ] Scheduled posts show in list with scheduled status
jmiller added the pending: testing label 2026-05-29 05:09:18 +00:00
Author
Owner

Branch created: feature/78-test-system-hooks-retry-and-scheduling

git fetch origin
git checkout feature/78-test-system-hooks-retry-and-scheduling
Branch created: [`feature/78-test-system-hooks-retry-and-scheduling`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/78-test-system-hooks-retry-and-scheduling) ```bash git fetch origin git checkout feature/78-test-system-hooks-retry-and-scheduling ```
Sign in to join this conversation.
Type Task
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#78