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

貢獻者指南