Skip to content

docker/conf/mirror/replayer: Use a more robust configuration

As there is multiple replayer services, with previous configuration, we could be hit by concurrency issues related to database transactions inserting revisions with the same author in parallel:

ERROR: duplicate key value violates unique constraint "person_fullname_idx"

So use a more robust storage configuration (same as loader service) to mitigate those issues.

See https://jenkins.softwareheritage.org/job/DENV/job/docker-tests/22/artifact/docker/tests/logs/test_mirror_8cc0e840.logs

Merge request reports