Celery Flower API

Celery is a distributed task queue for Python applications. Flower is Celery's real-time monitoring tool that exposes an HTTP API for inspecting workers, tasks, queues, and scheduled jobs in production systems.

API entry from apis.yml

apis.yml Raw ↑
aid: scalable-systems:celery
name: Celery Flower API
description: Celery is a distributed task queue for Python applications. Flower is Celery's real-time
  monitoring tool that exposes an HTTP API for inspecting workers, tasks, queues, and scheduled jobs in
  production systems.
tags:
- Asynchronous
- Distributed Systems
- Message Queues
- Task Queue
humanURL: https://flower.readthedocs.io/en/latest/api.html
properties:
- type: Documentation
  url: https://flower.readthedocs.io/en/latest/api.html
- type: GitHub
  url: https://github.com/celery/celery