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:
jobs in worker, retry and rejected queues
worker status
list of queues
move multiple jobs from retry or rejected to worker
delete multiple rejected jobs
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.
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.