Actions
Feature #8097
closedDecrease the number of requests
Start date:
04/19/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Nowadays Controller and schedulers make very many redundant requests, e.g. if nothing changes then it isn't required to send the same information again.
Updated by Evgeny Novikov over 7 years ago
- Assignee set to Ilja Zakharov
- Priority changed from High to Urgent
Updated by Ilja Zakharov over 7 years ago
- Status changed from New to Resolved
Implemented in scheduler-optimization.
The scheduler now adjusts the period of jsons exchange according to workload and job solving.
Controller and Scheduler submit information about nodes, tools and schedulers statuses to Bridge only in case of updates.
Updated by Ilja Zakharov over 7 years ago
- Status changed from Resolved to Closed
Merged to master in caf859214.
Actions