Skip to content

example code doesn't match description in "Next Steps" #5940

Description

@wamcvey

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

docs/getting-started/next-steps.rst includes the text:

The backend argument specifies the result backend to use, It's used to keep track of task state and results. While results are disabled by default I use the RPC result backend here because I demonstrate how retrieving results work later, you may want to use a different backend for your application

However, the code that is included is examples/next-steps/proj/celery.py which uses the amqp backend.

Screenshot of the issue:

image

Suggestions

Simply change the next-steps.rst doc file to say "I use the AMQP/Rabbitmq result backend here because..."

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions