Opened 3 weeks ago
Last modified 12 days ago
#35859 assigned New feature
Add DEP14 Tasks interface
Reported by: | Jake Howard | Owned by: | Jake Howard |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Carlton Gibson, Harro, Evstifeev Roman, şuayip üzülmez | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As part of DEP 14, this ticket adds a generic Task interface, allowing enqueueing background tasks. Specifically:
- Common API interface
- Base backend
- Task / result classes
- Immediate / Dummy backends
These features already exist in django-tasks, but need to make their way into Django core.
The database backend is intentionally absent, but will be added in a future ticket. This makes the PR significantly smaller, and easier to review.
Change History (7)
comment:1 by , 3 weeks ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 3 weeks ago
Cc: | added |
---|
Hey Jake, great.
You can’t accept your own ticket, but I’ll *pretend do that* now. ✅
comment:4 by , 3 weeks ago
Cc: | added |
---|
comment:5 by , 3 weeks ago
Component: | Uncategorized → Core (Other) |
---|---|
Version: | 5.0 → dev |
comment:6 by , 3 weeks ago
Cc: | added |
---|
comment:7 by , 12 days ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
PR