Skip to content
Snippets Groups Projects
Unverified Commit 48e56fd3 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

deposit-loader: Add ackLate configuration

When a message is consumed but does not finish for some
reason (e.g. deployment, crash, ...), it should be put back in the queue for
another pod to consume it until the end.

Refs. swh/infra/sysadm-environment#5512#note_200870
parent dc5d1f09
No related branches found
No related tags found
1 merge request!560deposit-loader: Add ackLate configuration
......@@ -2079,6 +2079,7 @@ loaders:
maxReplicaCount: 12
# only used for secrets
depositConfigurationRef: depositDynamicConfiguration
ackLate: true
extraConfig:
deposit:
url: "http://deposit-dynamic.internal.softwareheritage.org/1/private"
......
......@@ -390,6 +390,7 @@ loaders:
maxReplicaCount: 1
# only used for secrets below
depositConfigurationRef: depositConfiguration
ackLate: true
extraConfig:
deposit:
url: "http://deposit-dynamic.internal.staging.swh.network/1/private"
......
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