Product Avatar Image

Celery

Show rating breakdown
14 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.6
Serving customers since
2013

Profile Name

Star Rating

12
2
0
0
0

Celery Reviews

Review Filters
Profile Name
Star Rating
12
2
0
0
0
Catherine P.
CP
Catherine P.
.
05/01/2019
Validated Reviewer
Review source: G2 invite
Incentivized Review

Celery is one of the most popular fund managers in the world of Python.

We use celery, in combination with RabbitMQ and celery-beat, to execute periodic tasks, as well as some long-running tasks initiated by the user on the server.
Verified User in Computer Software
AC
Verified User in Computer Software
04/30/2019
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

A weapon for asynchronous task prcoessing

I specifically like how the Celery architecture is based on task queues and the number of workers we can assign to each task queue. This way, a developer can uniformly distribute the heavier jobs to celery task with greater number of workers. It's compatibility with RabbitMQ and Redis makes it more convenient to work on.
Ramesh O.
RO
Ramesh O.
Machine Learning Engineer at Noble.AI
04/27/2019
Validated Reviewer
Review source: Seller invite

Python Celery

Ease of integration with django and python. Also has good documentation to get help. Also has good support.

About

Contact

HQ Location:
Cluj-Napoca, Cluj

Social

@pypi

What is Celery?

Celery is an open-source, distributed task queue system that is used for executing tasks asynchronously in real time or scheduling them to run at a later time. It is highly suitable for handling a large volume of messages and is particularly useful for processing asynchronous or long-running tasks in web applications, such as sending emails or processing data. Celery integrates smoothly with various message brokers like RabbitMQ and Redis, and it supports different programming languages, although it's mainly used with Python. The platform emphasizes scalability and reliability, making it a popular choice for building scalable, maintainable applications.

Details

Year Founded
2013