Skip to content

Docs update (issue #2681)#2688

Open
github-actions[bot] wants to merge 3 commits intomainfrom
claude/doc-automation-2681
Open

Docs update (issue #2681)#2688
github-actions[bot] wants to merge 3 commits intomainfrom
claude/doc-automation-2681

Conversation

@github-actions
Copy link
Contributor

Automated docs update from issue #2681.\n\nCloses #2681

@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
signoz-web Ready Ready Preview, Comment Feb 24, 2026 9:43am

Request Review

@makeavish
Copy link
Member

@claude review and update if there any findings

@claude
Copy link
Contributor

claude bot commented Feb 19, 2026

Claude finished @makeavish's task in 2m 54s —— View job


Review & Fixes for PR #2688

  • Gather context and read changed files
  • Review the changes for issues
  • Apply fixes for findings
  • Push changes

Findings & Fixes Applied

1. 🐛 Broken link (fixed): The Celery configuration link used #worker_send_task_events (underscores) but the actual anchor in the Celery docs is #worker-send-task-events (hyphens). This would have resulted in a broken link for users.

2. 📝 Improved section structure (fixed): The original used a numbered list where step 2 was just an explanation, not an action. Restructured to use clear prose with the command first, followed by an alternative approach.

3. ➕ Added config-file alternative (added): Users who prefer not to use CLI flags can set worker_send_task_events = True in their Celery configuration. This is a common approach and provides flexibility.

4. 📅 Updated frontmatter date (fixed): The pre-commit hook flagged the outdated date (2026-01-27), updated to 2026-02-19.

Summary of Changes

- ...which requires the `worker_send_task_events` setting to be enabled.
+ ...which requires the `worker_send_task_events` setting to be enabled.

- To enable worker online status:
- 1. Start your Celery worker with the `-E` flag...
- 2. This will allow the dashboard to properly track...
+ To fix this, start your Celery worker with the `-E` flag...
+ Alternatively, you can enable task events in your Celery configuration:
+   worker_send_task_events = True
+ Once enabled, the dashboard will properly track...

- ...configuration.html#worker_send_task_events)
+ ...configuration.html#worker-send-task-events)

|

github-actions bot and others added 2 commits February 24, 2026 14:33
- Fix broken link anchor (#worker_send_task_events -> #worker-send-task-events)
- Add config-file alternative for enabling task events
- Improve section structure and clarity
- Update frontmatter date

Co-authored-by: Vishal Sharma <makeavish@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

2 participants