Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Adapter delay support flag

未关闭
#305 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
56/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
php, rabbitmq, redis

调研方向

从 ExponentialDelayMiddleware、DelayEnvelope 以及 #272 中的 hasStatusSupport() 实现开始。检查 Redis、内存和 AMQP 适配器如何处理 DelayEnvelope,然后追踪 middleware 可以在哪里使用提议的 capability flag。完成的标准是适配器一致地报告对 delay 的支持情况,并且不支持的 delay 不再静默失败。

由索引模型根据 Issue 内容生成。

描述

Proposed new feature or change

ExponentialDelayMiddleware computes the backoff and pushes a DelayEnvelope, but the actual delaying is on the adapter (its docblock says so). Problem: no way to know whether an adapter honors it. Redis and the in-memory adapter just ignore DelayEnvelope, so the message comes back right away - no backoff, just instant retries. AMQP delays fine.

Same story as status() before #272. #191 listed both delay and status as adapter features; #272 did the status half, delay's still open.

Proposal: add hasDelaySupport(): bool, like hasStatusSupport(). Then the middleware can fall back / warn instead of silently dropping the delay.

Ok to go the same route as #272? Happy to PR it - core + redis/amqp.

主要语言
PHP
星标
61
派生
31
平均合并
1 天 7 小时
30 天内合并 PR
9

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

yiisoft/queue 的其他 Issue

查看 yiisoft/queue 的全部 Issue

相似的 Issue

更多 PHP Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。