shinyscorpion / task_bunny

TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
MIT License
202 stars 30 forks source link

Proposal: Web interface #16

Closed ono closed 7 years ago

ono commented 7 years ago

Currently we have a minimum web interface through wobserver that lets you see the current worker status. We want to have more advanced web interface that lets you:

Some can be OK with RabbitMQ admin interface. At least, we want to write a document how to manage jobs.

We also want to split out monitoring code base from the main repo if it is expected to be large.