Home  

Random  

Nearby  



Log in  



Settings  



Donate  



About Wikipedia  

Disclaimers  



Wikipedia





Celery (software)





Article  

Talk  



Language  

Watch  

Edit  





Celery is an open source asynchronous task queue or job queue which is based on distributed message passing. While it supports scheduling, its focus is on operations in real time.[1]

Celery
Stable release

5.3.4 / September 3, 2023; 10 months ago (2023-09-03)

Repository
Written inPython
PlatformCross-platform
Available inPython
TypeMessage-oriented middleware
LicenseBSD License
Websitedocs.celeryq.dev

Overview

edit

The execution units, called tasks, are executed concurrently on one or more worker nodes using multiprocessing, eventlet[2] or gevent.[3] Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems, for services such as Instagram, to process millions of tasks every day.[1]

Technology

edit

Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks.[4] There is also a Ruby-Client called RCelery,[5]aPHP client,[6]aGo client,[7]aRust client,[8] and a Node.js client.[9]

The recommended message brokers are RabbitMQorRedis. In comparison with RabbitMQ, Redis represents a good start. However, if there is a valid reason and Redis is no longer meeting the requirements for the project, it is simple to switch to RabbitMQ. Additionally, MongoDB, Amazon SQS, CouchDB, IronMQ, and databases (using SQLAlchemy or the Django ORM) are supported in status experimental.[10]

See also

edit

References

edit
  1. ^ a b "Celery: Distributed Task Queue". Archived from the original on 2019-06-13. Retrieved 2016-01-14.
  • ^ "Eventlet Networking Library". eventlet.net. Retrieved 2022-09-21.
  • ^ "What is gevent? — gevent 21.12.1.dev0 documentation". www.gevent.org. Retrieved 2022-09-21.
  • ^ "HTTP Callback Tasks (Webhooks) — Celery 3.1.23 documentation". docs.celeryproject.org. Archived from the original on 2016-10-30. Retrieved 2016-08-17.
  • ^ "leapfrogonline/rcelery". GitHub. Retrieved 2016-08-17.[permanent dead link]
  • ^ "gjedeer/celery-php". GitHub. Retrieved 2016-08-17.
  • ^ "gocelery/gocelery". GitHub. Retrieved 2018-08-06.
  • ^ rusty-celery/rusty-celery, Rusty Celery, 2022-10-09, retrieved 2022-10-09
  • ^ "mher/node-celery". GitHub. Retrieved 2016-08-17.
  • ^ "Backends and Brokers — Celery 5.2.7 documentation". docs.celeryproject.org. Archived from the original on 2022-06-23. Retrieved 2022-06-23.
  • edit
  • t
  • e

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Celery_(software)&oldid=1231313565"
     



    Last edited on 27 June 2024, at 17:35  





    Languages

     


    Deutsch
    فارسی

     

    Wikipedia


    This page was last edited on 27 June 2024, at 17:35 (UTC).

    Content is available under CC BY-SA 4.0 unless otherwise noted.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Terms of Use

    Desktop