Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


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
Level1

1. In the crc.properties file scroll to the section called Analysis Queue properties.

indent
Level1

2. Edit the length of time a process should run before timing out.


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#E5DFEC
titleAnalysis Queue properties
borderStylesolid
indent
Level2

edu.harvard.i2b2.crc.analysis.queue.medium.timeoutmills=3000

indent
Level2

edu.harvard.i2b2.crc.analysis.queue.medium.maxjobcount=4

indent
Level2

edu.harvard.i2b2.crc.analysis.queue.large.timeoutmills=43200000

indent
Level2

edu.harvard.i2b2.crc.analysis.queue.large.maxjobcount=1

indent
Level2

edu.harvard.i2b2.crc.analysis.queue.medium.jobcheck.timemills=60000

indent
Level2

edu.harvard.i2b2.crc.analysis.queue.large.jobcheck.timemills=60000



indent
Level1

3. Save your changes and close the file.