-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDS-9547: Max Processes Per Worker (#126)
* add max process per worker config * modify cws_worker in core db * modify core sql * rename new proc variable worker_max_num_running_procs * MaxNumForProcsOnWorker variable for current Running processes * remove added totalNumOfProcDefKeysOnWorker var * clean up workerservice commit * set cap on queryLimit for claiming a process start * rename variables * add upgrade script for DB * working but needs clean and optimization * clean up logs * clean up CWSInstaller * worker_max_num_running_procs changed to default 16 * variable description update * removed limitProcDefKey condition in claimWithCounter * set limit param to null. All enabled procs have opporunity to be claimed. update README * claim query
- Loading branch information
1 parent
9450bb8
commit f7f03c3
Showing
14 changed files
with
232 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.