#35859 closed New feature (fixed)
Add DEP14 Tasks interface
Reported by: | Jake Howard | Owned by: | Jake Howard |
---|---|---|---|
Component: | Tasks | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Carlton Gibson, Harro, Evstifeev Roman, şuayip üzülmez | Triage Stage: | Ready for checkin |
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 (18)
comment:1 by , 11 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 months ago
Cc: | added |
---|
Hey Jake, great.
You can’t accept your own ticket, but I’ll *pretend do that* now. ✅
comment:4 by , 11 months ago
Cc: | added |
---|
comment:5 by , 11 months ago
Component: | Uncategorized → Core (Other) |
---|---|
Version: | 5.0 → dev |
comment:6 by , 11 months ago
Cc: | added |
---|
comment:7 by , 11 months ago
Cc: | added |
---|
comment:8 by , 8 months ago
Patch needs improvement: | set |
---|
comment:9 by , 5 weeks ago
Patch needs improvement: | unset |
---|
comment:10 by , 5 weeks ago
Patch needs improvement: | set |
---|
comment:11 by , 2 weeks ago
Patch needs improvement: | unset |
---|
comment:12 by , 2 weeks ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:13 by , 10 days ago
Component: | Core (Other) → Tasks |
---|
comment:14 by , 6 days ago
Triage Stage: | Ready for checkin → Accepted |
---|
comment:15 by , 5 days ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR