Actions
Bug #15117
closedUse a queue for "changes" cache update
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
We would like to use a queue of update for changes in place of futures to be able to accumulate requested update while one is processing, and then process all waiting in one go.
Actions