h3ravel/framework

Feature: Implement failed job handling and storage strategy

Aperta

#93 aperta il 23 gen 2026

 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (14 fork)auto 404
@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue

Metriche repository

Star
 (22 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description: Define how failed jobs are tracked, stored, and optionally retried.

This should align with Laravel’s failed job philosophy without copying it directly.

Goals:

  • Capture failure reason & stack trace
  • Store failed jobs (Redis / DB – pluggable)
  • Allow retrying failed jobs
  • Allow clearing failed jobs

Acceptance Criteria:

  • Failed jobs are persisted
  • Retry flow is defined
  • Storage backend is configurable

Guida contributor