h3ravel/framework

Feature: Implement queue worker for processing jobs

オープン

#91 opened on 2026/01/23

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (14 件のフォーク)auto 404
@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue

Repository metrics

Stars
 (22 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description: H3ravel needs a worker system to process queued jobs independently of the HTTP lifecycle.

This issue focuses on job execution, not dispatching.

Goals:

  • Worker process that pulls jobs from the queue
  • Executes job handle() method
  • Handles retries and failures
  • Graceful shutdown support

Acceptance Criteria:

  • Jobs are processed via worker
  • Failures trigger retry logic
  • Worker can run as a standalone process

コントリビューターガイド