S
S
Sergey Tikhonov2019-01-03 10:40:37
Python
Sergey Tikhonov, 2019-01-03 10:40:37

Who will tell you examples of cool things on Celery?

Celery is a background task processing framework. Very flexible and versatile. It was possible to develop on it an event bus for microservice architecture, an asynchronous AMQP-HTTP gateway, RPC for Django and interact with projects on other PLs without using the Celery task protocol. The only case in which Celery did not fit was the collection of logs from AMQP to sphinxsearch, in which the overhead of the Celery architecture greatly affected performance.
Do you have examples of interesting things on Celery that are not directly related to the background execution of tasks?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alfss, 2019-01-04
@tumbler

Sentry

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question