Question 29
Which of the following statements correctly describe the use of asynchronous messaging systems and frameworks?
Celery allows web servers to offload long-running tasks to worker processes, decoupling task execution from user requests.
Push queues are used for real-time operations, while pull queues are better suited for batch processing.
Server-Sent Events (SSE) provide a persistent connection between server and client, enabling bi-directional communication.
Redis is a high-performance in-memory database that supports Pub/Sub.