nickjj / build-a-saas-app-with-flask

Learn how to build a production ready web app with Flask and Docker.
https://buildasaasappwithflask.com
MIT License
959 stars 189 forks source link

Task worker monitor #21

Closed nickjj closed 9 years ago

nickjj commented 9 years ago

It would be nice to be able to check the status of your task worker(s). Implement a way to view metrics about your tasks and make it accessible through the admin dashboard.

nickjj commented 9 years ago

This is working, but a few tabs are broken at the moment. This could end up being a bug with the flower library.