Skip to content

Feature: Implement failed job handling and storage strategy #93

@3m1n3nc3

Description

@3m1n3nc3

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions