Skip to content

Use Redis for locking in Atlantis

Pierre Guinoiseau requested to merge pguinoiseau/atlantis-redis into master

What

Why

  • Redis will be required when we setup Atlantis for HA with multiple replicas
  • We want to handle locking ourselves in the custom workflow, and doing that with Redis will be much easier than with BoltDB

Part of https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24174

Edited by Pierre Guinoiseau

Merge request reports