flower 0.8.3+dfsg-2 source package in Ubuntu

Changelog

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

  * Use local objects.inv to avoid internet access (Closes: #862246)
  * Bump Standard-Version to 3.9.8 (no changes required)
  * Use https for Vcs-Git and Vcs-Browser URLs

 -- Benjamin Drung <email address hidden>  Mon, 22 May 2017 14:30:55 +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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flower_0.8.3+dfsg-2.dsc 2.1 KiB fb897f92fb3a736a2d82f05865d3039c162d76961520f1415121fc9c8aca1194
flower_0.8.3+dfsg.orig.tar.gz 945.9 KiB 6a84341b6eb96312ec83f5847579d3ed535d03fabf3936439282174a189bc503
flower_0.8.3+dfsg-2.debian.tar.xz 5.4 KiB cf7fb14a450733d02481087a0ea574c19cfa92b51776c3c6c3b8438f092e1e97

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