flower 0.7.0+dfsg-2 source package in Ubuntu

Changelog

flower (0.7.0+dfsg-2) unstable; urgency=medium


  * Use changelog date in man page to make the build reproducible.
    Thanks to Reiner Herrmann <email address hidden> (Closes: #782449)
  * Bump Standards-Version to 3.9.6 (no changes needed)

 -- Benjamin Drung <email address hidden>  Mon, 13 Apr 2015 11:33:47 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flower_0.7.0+dfsg-2.dsc 2.1 KiB 28ee3b0863110afb484e5093c73523f3f92b083671a72d72630423cfea81cd7e
flower_0.7.0+dfsg.orig.tar.gz 932.6 KiB ad6ea959a6f896205eb1912f10508c7d2d4bd8756324babee3114ac8c19fe3a3
flower_0.7.0+dfsg-2.debian.tar.xz 4.3 KiB 3fbf7c44a0b00e40f3c520dabd3feba6e2b2108596b0dbd4d3a375ebf872476f

Available diffs

No changes file available.

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