Added flags to set server processes - #4772
Merged
Merged
Conversation
barnabasdomozi
force-pushed
the
server_jobs_flag
branch
2 times, most recently
from
February 9, 2026 19:22
c9a829b to
9c1f271
Compare
bruntib
requested changes
Feb 9, 2026
bruntib
left a comment
Contributor
There was a problem hiding this comment.
Please, extend the documentation with the additional flags: https://github.com/Ericsson/codechecker/blob/master/docs/web/user_guide.md#server
A short description about the difference of the two kinds of processes would be nice.
barnabasdomozi
force-pushed
the
server_jobs_flag
branch
from
February 10, 2026 11:58
9c1f271 to
8a2dd12
Compare
Added --api-handler-processes and --task-worker-processes server flags. Using these flags overrides the corresponding values in the server config file.
barnabasdomozi
force-pushed
the
server_jobs_flag
branch
from
February 10, 2026 12:13
8a2dd12 to
5063e2b
Compare
bruntib
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
--api-handler-processesand--task-worker-processesserver CLI flags. Using these flags overrides the corresponding values in the server config file.