Post queue processor — retry logic and scheduling #11

Open
opened 2026-05-28 17:58:12 +00:00 by jmiller · 1 comment
Owner

Implement background post processing:

  • CLI command or CRON task to process queued posts
  • Configurable retry with exponential backoff
  • Max retry limit from component params
  • Scheduled post support (future datetime)
  • Post status transitions: queued -> posting -> posted/failed
  • Error logging with platform response data
Implement background post processing: - CLI command or CRON task to process queued posts - Configurable retry with exponential backoff - Max retry limit from component params - Scheduled post support (future datetime) - Post status transitions: queued -> posting -> posted/failed - Error logging with platform response data
jmiller added the priority: hightype: feature labels 2026-05-28 17:58:12 +00:00
Author
Owner

Branch created: feature/11-post-queue-processor-retry-logic-and-sch

git fetch origin
git checkout feature/11-post-queue-processor-retry-logic-and-sch
Branch created: [`feature/11-post-queue-processor-retry-logic-and-sch`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/11-post-queue-processor-retry-logic-and-sch) ```bash git fetch origin git checkout feature/11-post-queue-processor-retry-logic-and-sch ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#11