-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[NA] [DOCS] fix: remove dead doc links and fix occured typos #8164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,11 +65,11 @@ curl http://localhost:8080/v1/internal/hello-world/queue-size | |
| 2. [Architecture](#architecture) | ||
| 3. [Detailed Setup](#detailed-setup) | ||
| 4. [Components](#components) | ||
| 6. [OpenTelemetry Metrics](#opentelemetry-metrics) | ||
| 7. [Configuration](#configuration) | ||
| 8. [Usage Guide](#usage-guide) | ||
| 9. [Adding New Queues](#adding-new-queues) | ||
| 10. [Testing](#testing) | ||
| 5. [OpenTelemetry Metrics](#opentelemetry-metrics) | ||
| 6. [Queue Configuration](#queue-configuration-configyml) | ||
| 7. [Usage Guide](#usage-guide) | ||
| 8. [Adding New Queues](#adding-new-queues) | ||
| 9. [Testing](#testing) | ||
| 11. [Troubleshooting](#troubleshooting) | ||
| 12. [Design Decisions](#design-decisions) | ||
| 13. [Refactoring History](#refactoring-history) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The TOC numbers Want Baz to fix this for you? Activate Fixer You can also update your AI coding guidelines based on this comment by Other fix methodsPrompt for AI Agents |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configuration guidance uses wrong variables
The linked Queue Configuration examples use
QUEUES_ENABLED,QUEUES_DEFAULT_JOB_TTL, andOPTIMIZER_QUEUE_JOB_TTLwith a one-day default, whileconfig.ymlconsumesOPIK_-prefixed names and defaults the global TTL to 14 days, so operators may leave configuration unchanged and misunderstand job expiry — should we align the examples withconfig.yml?Want Baz to fix this for you? Activate Fixer
Other fix methods
Prompt for AI Agents