yiisoft / yiisoft/yii2-queue

add max limit delay in documentation

Open
#343 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted status:ready for adoption type:docs
Dominant language
PHP
Stars
1.1k
Forks
285
Avg merge
5d 3h
Merged PRs (30d)
2

Description

I have error when try delay 30 days in AMQP Interop driver and enqueue/amqp-bunny transport
and rabbit with installed RabbitMQ Delayed Message Plugin. After inspect code and documentation i discover what rabbitmq delayed message plugin max delay is 2^32 milliseconds (~50 days) and bunny have limit for headers 2^31 milliseconds (~25 days)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the documentation for the AMQP Interop driver and the enqueue/amqp-bunny transport, starting with the delay and RabbitMQ Delayed Message Plugin sections. Document the plugin's maximum delay of 2^32 milliseconds and the Bunny header limit of 2^31 milliseconds, including the practical day limits.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, rabbitmq
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.