mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Add missing "do" to Concepts > Next Steps (#440)
One thing channels do not **do**, however, ...
This commit is contained in:
parent
920dd74fa4
commit
dac6e9454d
|
@ -261,7 +261,7 @@ start thinking about them. Remember, Django provides some channels
|
||||||
but you're free to make and consume your own, and all channels are
|
but you're free to make and consume your own, and all channels are
|
||||||
network-transparent.
|
network-transparent.
|
||||||
|
|
||||||
One thing channels do not, however, is guarantee delivery. If you need
|
One thing channels do not do, however, is guarantee delivery. If you need
|
||||||
certainty that tasks will complete, use a system designed for this with
|
certainty that tasks will complete, use a system designed for this with
|
||||||
retries and persistence (e.g. Celery), or alternatively make a management
|
retries and persistence (e.g. Celery), or alternatively make a management
|
||||||
command that checks for completion and re-submits a message to the channel
|
command that checks for completion and re-submits a message to the channel
|
||||||
|
|
Loading…
Reference in New Issue
Block a user