h3ravel/framework

Feature: Implement BullMQ driver for @h3ravel/queue

オープン

#90 opened on 2026/01/23

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

Repository metrics

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

説明

Description: Implement a BullMQ-based queue driver to serve as the primary async queue backend for H3ravel, since BullMQ is Redis based, this can be our Redis driver.

BullMQ is chosen because it is battle-tested, Redis-backed, and widely used.

Reference: https://bullmq.io/

Goals:

  • Implement BullMQ driver conforming to the queue contracts
  • Support basic job dispatching
  • Support delayed jobs
  • Support retries & failures
  • Configurable Redis connection

Acceptance Criteria:

  • Jobs can be dispatched to BullMQ
  • Failed jobs are captured
  • Retry metadata is respected
  • Driver can be enabled via config

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