Add note on potential deadlock issues with replicaCount >1

This commit is contained in:
perennial 2024-05-27 15:07:20 +10:00
parent f58e54ac11
commit 06bb48373f
No known key found for this signature in database
GPG Key ID: 826BC6E6B83E08E7

View File

@ -9,6 +9,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
# Setting replicaCount higher than 1 may cause PostgreSQL database deadlocks.
# This happens when multiple Invidious processes simultaneously attempt to refresh channel subscriptions for users.
replicaCount: 1
autoscaling: