diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2019-08-22 13:08:46 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2019-08-22 13:51:53 +0200 |
commit | a5f6182753502a5e74b06836c9bb70d287bf6fe6 (patch) | |
tree | c3e87a2fa75eae8c87e81f1358df600b84ceca9c /changelogs | |
parent | 9174d60ba1ce3e183396f360c6e41ed23540b6d0 (diff) | |
download | gitlab-ce-optimise-build-queue-service.tar.gz |
Optimise build queue serviceoptimise-build-queue-service
This makes BuildQueueService to force refresh runners
that are considered to have recent queue.
Such runners are the ones that connected within online
interval + time to expire runner cache.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/optimise-build-queue-service.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/optimise-build-queue-service.yml b/changelogs/unreleased/optimise-build-queue-service.yml new file mode 100644 index 00000000000..8ffaa3bfbdc --- /dev/null +++ b/changelogs/unreleased/optimise-build-queue-service.yml @@ -0,0 +1,5 @@ +--- +title: Optimise UpdateBuildQueueService +merge_request: 32095 +author: +type: performance |