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.