Skip to content

Commit e38ad57

Browse files
author
kraalex
committed
fix core: failed-updates-before-expiration property in cache schema
Статический параметр failed-updates-before-expiration не указан в схеме и ломает валидацию если она включена и указан этот параметр. Пример: кеш [tags-index-cache](HIDDEN_URL Testing: ci, testing commit_hash:c69692afc3ce6c0a74029e675895826c900de00f
1 parent 6e62fcc commit e38ad57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/cache/caching_component_base.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ additionalProperties: false
7272
description: |
7373
override testsuite-periodic-update-enabled in TestsuiteSupport
7474
component config
75+
failed-updates-before-expiration:
76+
type: integer
77+
description: |
78+
the number of consecutive failed updates for data expiration
79+
minimum: 0
7580
alert-on-failing-to-update-times:
7681
type: integer
7782
description: |

0 commit comments

Comments
 (0)