summaryrefslogtreecommitdiff
path: root/net/py-flower/DESCR
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-10-08 14:48:46 +0000
committeradam <adam@pkgsrc.org>2018-10-08 14:48:46 +0000
commit1de590f63bca4214715f355784d2daa46b3554a7 (patch)
treeb98d74b51e5926725088a17673aa938c0c336fb1 /net/py-flower/DESCR
parentce2ee280eb5429b7e2b140197e6f3e9cf515ccfa (diff)
downloadpkgsrc-1de590f63bca4214715f355784d2daa46b3554a7.tar.gz
py-flower: added version 0.9.2
Flower is a web based tool for monitoring and administrating Celery clusters. 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
Diffstat (limited to 'net/py-flower/DESCR')
-rw-r--r--net/py-flower/DESCR23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/py-flower/DESCR b/net/py-flower/DESCR
new file mode 100644
index 00000000000..894382f2c54
--- /dev/null
+++ b/net/py-flower/DESCR
@@ -0,0 +1,23 @@
+Flower is a web based tool for monitoring and administrating Celery clusters.
+
+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