Skip to content
Snippets Groups Projects
Verified Commit 0e7a6724 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

swh/production-cassandra: Activate the replay with the error_reporter...

swh/production-cassandra: Activate the replay with the error_reporter activated for the last object types

Related to swh/infra/sysadm-environment#4707
parent 1b119510
No related branches found
No related tags found
No related merge requests found
...@@ -36,26 +36,28 @@ storage_replayer: ...@@ -36,26 +36,28 @@ storage_replayer:
port: 6379 port: 6379
db: 1 db: 1
deployments: deployments:
# content: content:
# objects: objects:
# - content - content
# requestedCpu: 425m privileged: true
# requestedMemory: 200Mi requestedCpu: 425m
# autoScaling: requestedMemory: 200Mi
# maxReplicaCount: 10 autoScaling:
# directory: maxReplicaCount: 5
# objects: directory:
# - directory objects:
# batchSize: 250 - directory
# # Full replay privileged: true
# requestedCpu: 500m batchSize: 250
# requestedMemory: 250Mi # Full replay
# #Follow up consumption requestedCpu: 500m
# # requestedMemory: 100Mi requestedMemory: 250Mi
# autoScaling: # Follow up consumption
# maxReplicaCount: 10 # requestedMemory: 100Mi
# specific_options: autoScaling:
# directory_entries_insert_algo: batch maxReplicaCount: 5
specific_options:
directory_entries_insert_algo: batch
extid: extid:
objects: objects:
- extid - extid
...@@ -133,7 +135,6 @@ storage_replayer: ...@@ -133,7 +135,6 @@ storage_replayer:
- release - release
privileged: true privileged: true
batchSize: 1000 batchSize: 1000
privileged: true
# Full replay # Full replay
# requestedCpu: 600m # requestedCpu: 600m
requestedMemory: 300Mi requestedMemory: 300Mi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment