Skip to content

docs: document queue processing best practices#777

Open
pepperfm wants to merge 1 commit into
defstudio:mainfrom
pepperfm:main
Open

docs: document queue processing best practices#777
pepperfm wants to merge 1 commit into
defstudio:mainfrom
pepperfm:main

Conversation

@pepperfm

Copy link
Copy Markdown
Contributor

Summary

  • document synchronous sending and outbound queue selection
  • recommend fixed queues, dedicated worker pools, and optional Horizon supervisors
  • document Telegram rate limits, current 429 behavior, and application-owned throttling
  • add guidance for background webhook jobs, authorization, idempotency, and ordering

Closes #563

Testing

  • vendor/bin/pest tests/Unit/Concerns/HasBotsAndChatsTest.php tests/Feature/DocumentationCodeSnippetsTest.php
  • PHP syntax validation for complete documentation examples
  • relative documentation link checks
  • git diff --cached --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

What's the best way to build a bot balancing between 429 limits and fast responses?

1 participant