Actions
Feature #9347
closedNotify schedulers about changes in jobs and tasks
Start date:
10/25/2018
Due date:
07/02/2019
% Done:
100%
Estimated time:
Published in build:
Description
At the moment schedulers request Bridge for changes in jobs and tasks periodically. This is not efficient since first this introduces delays that become too much today after many optimizations were made in Klever 2.0 and second this introduces some resources overhead since it is quite hard to do and handle HTTP requests. Although a decision (using some message queue) was suggested a long ago, now we can and should to implement it.
Updated by Evgeny Novikov about 6 years ago
- Blocks Feature #9348: Request for changes in jobs and tasks just after receiving corresponding notifications added
Updated by Vladimir Gratinskiy over 5 years ago
- Due date set to 07/02/2019
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemeted with https://www.rabbitmq.com/ in bridge-3.0.
Actions