Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from mher/flower

Real-time monitor and web admin for Celery distributed task queue

License

Notifications You must be signed in to change notification settings

datafields-team/flower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery Flower

Web based Celery administration and monitoring tool. Screenshots.

Features

  • Workers monitoring and management
  • Configuration viewer
  • Worker pool control
  • Broker options viewer
  • Queues management
  • Tasks execution statistics
  • Task viewer

Usage

Launch the server and open http://localhost:5555:

$ flower --port=5555

Or launch from celery:

$ celery flower --port=5555

Installation

To install, simply:

$ pip install flower

About

Real-time monitor and web admin for Celery distributed task queue

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.7%
  • HTML 13.7%
  • JavaScript 11.4%
  • CSS 8.8%
  • Other 0.4%