We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82ef275 + 9f0d4b5 commit d25014dCopy full SHA for d25014d
components/nautobot/values.yaml
@@ -54,6 +54,12 @@ nautobot:
54
timeoutSeconds: 60
55
56
celery:
57
+ # Concurrency defaults to the number of CPUs detected on the system.
58
+ # If your concurrency is set too high for the resource requests and limits then
59
+ # you'll have a large amount of memory taken by all the worker processes.
60
+ # https://github.com/nautobot/helm-charts/issues/433
61
+ # https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/guides/celery-queues/#concurrency-setting
62
+ concurrency: 2
63
replicaCount: 1
64
extraEnvVarsSecret:
65
- nautobot-django
@@ -67,7 +73,6 @@ celery:
67
73
periodSeconds: 120
68
74
69
75
70
-
71
76
postgresql:
72
77
enabled: false
78
0 commit comments