@h3ravel/contracts@h3ravel/queuebackground-jobsenhancementglobal-typesgood first issue
倉庫指標
- 星標
- (22 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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