Skip to content

Commit 9e7ae0c

Browse files
authored
chore(tasks) Remove docs for celery tasks (#15776)
## DESCRIBE YOUR PR - Remove docs for celery tasks. It has been a few months since we removed this subsystem and I don't think we need the docs anymore. - Add a redirect so that bookmarks/links end up in roughly the right place. ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs)
1 parent 188d1d5 commit 9e7ae0c

File tree

3 files changed

+5
-127
lines changed

3 files changed

+5
-127
lines changed

develop-docs/backend/application-domains/asynchronous-workers.mdx

Lines changed: 0 additions & 126 deletions
This file was deleted.

develop-docs/backend/application-domains/tasks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def do_work() -> None:
231231
...
232232
```
233233

234-
New activations will be created using `name`. However, both task names will be registered and can process activations. Workers will handle tasks sent to either `do_work_v2` or `do_work` with the same function.
234+
New activations will be created using `name`. However, both task names will be registered and can process activations. Workers will handle tasks sent to either `do_work_v2` or `do_work` with the same function.
235235

236236
### Moving to a Different Namespace
237237

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218
source: '/services/emails/',
219219
destination: '/backend/emails/',
220220
},
221+
{
222+
source: '/backend/application-domains/asynchronous-workers/',
223+
destination: '/backend/application-domains/tasks/',
224+
},
221225
{
222226
source: '/self-hosted/custom-ca-roots/',
223227
destination: '/self-hosted/configuration/custom-ca-roots/',

0 commit comments

Comments
 (0)