Skip to content

Commit

Permalink
decrease production worker concurrency
Browse files Browse the repository at this point in the history
Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Jan 26, 2024
1 parent c9a72ac commit 7f2a0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openshift/base/8k-worker-callback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
"worker",
"--loglevel=INFO",
"-c",
"4",
"1",
]
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion openshift/base/8k-worker-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
"-Q",
"data",
"-c",
"4",
"1",
]
envFrom:
- secretRef:
Expand Down

0 comments on commit 7f2a0b0

Please sign in to comment.