We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee5135 commit 8e57514Copy full SHA for 8e57514
ydb/tests/tools/fq_runner/kikimr_runner.py
@@ -534,9 +534,13 @@ def fill_config(self, control_plane):
534
"RowDispatcher_" + self.uuid)
535
536
fq_config['quotas_manager'] = {'enabled': True}
537
+ fq_config['quotas_manager']['quota_descriptions'] = [{
538
+ 'subject_type': 'cloud',
539
+ 'metric_name': 'yq.cpuPercent.count',
540
+ 'hard_limit': 10000,
541
+ 'default_limit': 10000}]
542
543
fq_config['rate_limiter'] = {'enabled': True}
- fq_config['quotas_manager'] = {'enabled': True}
544
self.fill_rate_limiter_config(fq_config['rate_limiter'], "RateLimiter_" + self.uuid)
545
546
0 commit comments