h3ravel/framework

Feature: Implement BullMQ driver for @h3ravel/queue

開放

#90 建立於 2026年1月23日

 (2 則留言) (0 個反應) (1 位負責人)TypeScript (14 個分叉)auto 404
@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue

倉庫指標

星標
 (22 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南