Celery

Proper Noun · Open Source

Definitions

  1. An open-source distributed task queue for Python applications, commonly used for asynchronous jobs and scheduled work.

    In plain English: A Python tool for running background jobs and queued tasks.

    Example: "Email delivery and report generation ran through Celery workers."

Related Terms