File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,8 @@ class RedisClusters(TypedDict):
234
234
# situation eventually)
235
235
RAISE_ON_ALLOCATION_POLICY_FAILURES = False
236
236
237
- TOPIC_PARTITION_COUNTS : Mapping [str , int ] = {} # (logical topic name, # of partitions)
237
+ # (logical topic name, # of partitions)
238
+ TOPIC_PARTITION_COUNTS : Mapping [str , int ] = {}
238
239
239
240
COLUMN_SPLIT_MIN_COLS = 6
240
241
COLUMN_SPLIT_MAX_LIMIT = 1000
@@ -244,8 +245,6 @@ class RedisClusters(TypedDict):
244
245
# Migrations for skipped groups will not be run.
245
246
SKIPPED_MIGRATION_GROUPS : Set [str ] = {
246
247
"querylog" ,
247
- "profiles" ,
248
- "functions" ,
249
248
"test_migration" ,
250
249
"search_issues" ,
251
250
"spans" ,
@@ -287,7 +286,8 @@ class RedisClusters(TypedDict):
287
286
288
287
# Subscriptions scheduler buffer size
289
288
SUBSCRIPTIONS_DEFAULT_BUFFER_SIZE = 10000
290
- SUBSCRIPTIONS_ENTITY_BUFFER_SIZE : Mapping [str , int ] = {} # (entity name, buffer size)
289
+ # (entity name, buffer size)
290
+ SUBSCRIPTIONS_ENTITY_BUFFER_SIZE : Mapping [str , int ] = {}
291
291
292
292
# Used for migrating to/from writing metrics directly to aggregate tables
293
293
# rather than using materialized views
You can’t perform that action at this time.
0 commit comments