Actions
coordination #27832
closed[epic][tools][sprint 201712.2][bonus] Revamping of /admin/workers
Start date:
2017-11-17
Due date:
% Done:
90%
Estimated time:
Description
This has two inmediate tasks:
- Information is extracted directly from the workers, making this page slow to load when a workers are slow to answer or there are too many workers.
- So the information could be partitioned, to extract most of it from the database, and query the worker only of it has a job running on the database. So the gathering of the information is Asynchronous.
- So the information could be partitioned, to extract most of it from the database, and query the worker only of it has a job running on the database. So the gathering of the information is Asynchronous.
- WebUI route /admin/workers currently shows only the name of the worker, and it's status, however it should display at least
- Worker Name
- Worker WORKER_HOSTNAME
- Worker Architecture
- Worker classes
- Status Most of this information, should come from the database, as almost everything is there already.
Actions