From 839b533d677e865bed9b6eb505433eac73e5d75c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 14 Dec 2020 10:33:22 +0000 Subject: [PATCH] fix documentation typo #nolog --- docs/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server.rst b/docs/server.rst index 8fe9cd1..028af0b 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -447,7 +447,7 @@ When working with distributed applications, it is often necessary to access the functionality of the Socket.IO from multiple processes. There are two specific use cases: -- Applications that use a work queues such as +- Applications that use work queues such as `Celery `_ may need to emit an event to a client once a background job completes. The most convenient place to carry out this task is the worker process that handled this job.