flower 0.8.3+dfsg-2ubuntu1 source package in Ubuntu

Changelog

flower (0.8.3+dfsg-2ubuntu1) bionic; urgency=low

  * Switch Build-Depends: to python-sphinxcontrib.httpdomain to follow
    upstream rename.

 -- Andy Whitcroft <email address hidden>  Wed, 22 Nov 2017 14:35:38 +0000

Upload details

Uploaded by:
Andy Whitcroft
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flower_0.8.3+dfsg.orig.tar.gz 945.9 KiB 6a84341b6eb96312ec83f5847579d3ed535d03fabf3936439282174a189bc503
flower_0.8.3+dfsg-2ubuntu1.debian.tar.xz 5.5 KiB ecc548657b444ba0114f6951f144def65795967589c9d930007f9338ee9bc765
flower_0.8.3+dfsg-2ubuntu1.dsc 2.3 KiB 533f375fdd2ead81352259fdf25e6657aed429f2fcc653aedbc4f2e17f3d0192

View changes file

Binary packages built by this source

python-flower: web based tool for monitoring and administrating Celery clusters

 Flower is a web based tool for monitoring and administrating Celery clusters.
 It has these features:
  * Real-time monitoring using Celery Events
    * Task progress and history
    * Ability to show task details (arguments, start time, runtime, and more)
    * Graphs and statistics
  * Remote Control
    * View worker status and statistics
    * Shutdown and restart worker instances
    * Control worker pool size and autoscale settings
    * View and modify the queues a worker instance consumes from
    * View currently running tasks
    * View scheduled tasks (ETA/countdown)
    * View reserved and revoked tasks
    * Apply time and rate limits
    * Configuration viewer
    * Revoke or terminate tasks
  * Broker monitoring
    * View statistics for all Celery queues
    * Queue length graphs
  * HTTP API
  * Basic Auth and Google OpenID authentication