h3ravel/framework

Feature: Implement failed job handling and storage strategy

开放

#93 创建于 2026年1月23日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (14 个派生)auto 404
@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue

仓库指标

星标
 (22 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南