| 134 | === BATCH_SERVER === |
| 135 | |
| 136 | * optional |
| 137 | * valid values: any text string |
| 138 | |
| 139 | Tell's jobmond wether or not to connect to a remote batch server (of type BATCH_API) or not. |
| 140 | |
| 141 | If set: connect with BATCH_API to BATCH_SERVER |
| 142 | If not set: use BATCH_API on local system where jobmond is running (should be on batch server) |
| 143 | |
| 144 | === QUEUE === |
| 145 | |
| 146 | * optional |
| 147 | * valid values: any text string or comma seperated list |
| 148 | |
| 149 | If you would like to limit job reporting to only certain queue's, you can specify them here. |
| 150 | |
| 151 | If set: only jobs are reported that reside in QUEUE |
| 152 | |
| 153 | === BATCH_POLL_INTERVAL === |
| 154 | |
| 155 | * required |
| 156 | * valid values: any number (of seconds) |
| 157 | |
| 158 | Sets how often jobmond will poll the BATCH_API and how often this info will be reported. |
| 159 | |
| 160 | This directly affects how accurately jobarchived can monitor for finished jobs. For example: if this is set to 180 seconds and a job has finished it may take jobarchived up to 180 seconds to set an finished time in the job database |
| 161 | |