Skip to content

task_revoked documentation states wrong type for request parameter #8615

@RJPercival

Description

@RJPercival

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.

image image

Suggestions

The documentation should be changed to say it is a Context instance.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions