Retry mechanism for failed posts #51

Open
opened 2026-05-29 02:08:14 +00:00 by jmiller · 1 comment
Owner

Summary

Failed cross-posts currently sit in the queue with error status. Add automatic and manual retry with backoff.

Acceptance Criteria

  • Task plugin auto-retries failed posts up to N times (configurable, default 3)
  • Exponential backoff between retries (5m, 30m, 2h)
  • Admin can manually retry individual failed posts
  • Admin can bulk-retry all failed posts for a service
  • After max retries, post moves to permanently_failed status with notification
## Summary Failed cross-posts currently sit in the queue with error status. Add automatic and manual retry with backoff. ## Acceptance Criteria - Task plugin auto-retries failed posts up to N times (configurable, default 3) - Exponential backoff between retries (5m, 30m, 2h) - Admin can manually retry individual failed posts - Admin can bulk-retry all failed posts for a service - After max retries, post moves to `permanently_failed` status with notification
Author
Owner

Branch created: feature/51-retry-mechanism-for-failed-posts

git fetch origin
git checkout feature/51-retry-mechanism-for-failed-posts
Branch created: [`feature/51-retry-mechanism-for-failed-posts`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/51-retry-mechanism-for-failed-posts) ```bash git fetch origin git checkout feature/51-retry-mechanism-for-failed-posts ```
Sign in to join this conversation.
Type Feature
Status
Priority High
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#51