The CRC has an optional plug-in called Analysis plug-ins. This plug-in has its own set of properties defined in the crc.properties file. These properties define how long a job will run in each queue (medium or large) before it times out and moves onto the next queue.
| indent |
|---|
|
1. In the crc.properties file scroll to the section called Analysis Queue properties. |
| indent |
|---|
|
2. Edit the length of time a process should run before timing out. |
| Panel |
|---|
| borderColor | #ccc |
|---|
| bgColor | #ffffff |
|---|
| titleBGColor | #E5DFEC |
|---|
| title | Analysis Queue properties |
|---|
| borderStyle | solid |
|---|
|
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.medium.timeoutmills=3000 |
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.medium.maxjobcount=4 |
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.large.timeoutmills=43200000 |
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.large.maxjobcount=1 |
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.medium.jobcheck.timemills=60000 |
| indent |
|---|
| edu.harvard.i2b2.crc.analysis.queue.large.jobcheck.timemills=60000 |
|
| indent |
|---|
|
3. Save your changes and close the file. |