h3ravel/framework

Feature: Implement failed job handling and storage strategy

Ouverte

#93 ouverte le 23 janv. 2026

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (14 forks)auto 404
@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue

Métriques du dépôt

Stars
 (22 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur