docs: update worker queue lists in local-environment skill#11503
Open
detail-app[bot] wants to merge 1 commit into
Open
docs: update worker queue lists in local-environment skill#11503detail-app[bot] wants to merge 1 commit into
detail-app[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Preview Environment |
joebon
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated local-environment skill documentation to include the new
tinybirdandinvoices_and_receiptsworker queues that were missing from the queue lists.What
.agents/skills/local-environment/rules/service-architecture.mdto list all 5 queues.agents/skills/local-environment/AGENTS.mdto reflect 5 queues instead of 3Why
The documentation claimed the worker only processes 3 queues (high/medium/low priority), but the actual worker configuration includes 5 queues: high_priority, medium_priority, low_priority, tinybird, and invoices_and_receipts.
Introduced by commit 99aa5c5 (@joebon).
How
Added the missing
tinybirdandinvoices_and_receiptsqueues to both documentation files where worker queues are listed.Without this correction, an agent reading the local-environment skill documentation would have incomplete information about which queues the worker processes, potentially missing that tinybird and invoice/receipt processing tasks are handled by the worker system.
Checklist
Doc Drift PRs can be configured here.