Skip to content

Commit

Permalink
Clarify that background tasks don't work with the in-memory channel l…
Browse files Browse the repository at this point in the history
…ayer. (#1608)
  • Loading branch information
benjaminbecker committed Jan 24, 2021
1 parent 8eee419 commit 227e0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/worker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ names, as a simple, very-low-latency task queue.
We recommend you use it for work that does not need guarantees around
being complete (at-most-once delivery), and for work that needs more
guarantees, look into a separate dedicated task queue.

This feature does not work with the in-memory channel layer.

Setting up background tasks works in two parts - sending the events, and then
setting up the consumers to receive and process the events.
Expand Down

0 comments on commit 227e0bd

Please sign in to comment.