Galen Hollins

Results 8 issues of Galen Hollins

### Checked for duplicates Yes - I've already checked ### Category Software Lifecycle - the creation, change, and release of software ### Describe the need Lately it has been demonstrated...

Please make the installation documentation clear that this will only work on Mac OS greater than 10.12.6.

icebox

Ceiling of number of RUNNING processes in total on a worker. The purpose would be to have a predictable limit/cap on the CPU and/or memory usage on a worker, at...

Users want to keep their existing database data, when upgrading. Currently, configure.sh will blow away data. There needs to be a distinction between "install" vs. "upgrade" in the script.

enhancement
good first issue

Ceiling of "weight" (CPU/RAM) of processes on a worker. BPMNs would be given a "weight" ahead of time, by a human. This could be determined by experimentation and testing of...

The working theory is that the HistoryCleanup Daemon might be trying to cleanup the process engine that doesn't house records. There are two applicationContexts: cws-ui: ``` ``` cws-engine: ``` ```...

Should probably be a periodic job, that simply deletes old entries. Either that, or build it into the Java code that manages the table operations itself. DELETE FROM cws.cws_token WHERE...

project-impacted

Cleanup these rows, based on the historyDaysToLive value cws.cws_sched_worker_proc_inst rows | keep only last 2 weeks of data | DELETE FROM cws.cws_sched_worker_proc_inst WHERE created_time < now() - interval 14 DAY...