Celery: Distributed Task Queue icon
Celery: Distributed Task Queue icon

Celery: Distributed Task Queue

 1 like

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Python
  No rating
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Celery: Distributed Task Queue News & Activities

Highlights All activities

Recent activities

No activities found.

Celery: Distributed Task Queue information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    12 alternatives listed
  • Supported Languages

    • English

Our users have written 0 comments and reviews about Celery: Distributed Task Queue, and it has gotten 1 likes

Celery: Distributed Task Queue was added to AlternativeTo by Bollado on Dec 26, 2016 and this page was last updated Dec 29, 2016.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Celery: Distributed Task Queue?

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day.