Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 0 additions & 126 deletions develop-docs/backend/application-domains/asynchronous-workers.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion develop-docs/backend/application-domains/tasks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def do_work() -> None:
...
```

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.
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.

### Moving to a Different Namespace

Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ const developerDocsRedirects = [
source: '/services/emails/',
destination: '/backend/emails/',
},
{
source: '/backend/application-domains/asynchronous-workers/',
destination: '/backend/application-domains/tasks/',
},
{
source: '/self-hosted/custom-ca-roots/',
destination: '/self-hosted/configuration/custom-ca-roots/',
Expand Down
Loading