Skip to content

Commit

Permalink
[h r] Fix: Optimistic lock contention on HCA replicas (#6648)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Oct 23, 2024
1 parent ccc785f commit 613a7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/prod/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,5 +1270,5 @@ def env() -> Mapping[str, Optional[str]]:
'channel_id': 'C04JWDFCPFZ' # #team-boardwalk-prod
}),

'AZUL_ENABLE_REPLICAS': '1',
'AZUL_ENABLE_REPLICAS': '0',
}

0 comments on commit 613a7fd

Please sign in to comment.