-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Milestone
Description
Checklist
- I have checked the issues list
for similar or identical bug reports. - I have checked the pull requests list
for existing proposed fixes. - I have checked the commit log
to find out if the bug was already fixed in the main branch. - I have included all related issues and possible duplicate issues in this issue
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
- None
Possible Duplicates
- None
Description
The documentation for the task_revoked signal handler claims that the request parameter is a Request instance, but the Celery code actually sends a Context instance.
Suggestions
The documentation should be changed to say it is a Context instance.
Reactions are currently unavailable