|
220 | 220 | Workflow timeout interval. The timer starts counting down at scheduler |
221 | 221 | startup. It resets on workflow restart. |
222 | 222 |
|
| 223 | + When the workflow timeout is reached, any configured |
| 224 | + `[..]workflow timeout handlers` will be called. Additionally, the |
| 225 | + workflow will shut down if `[..]abort on workflow timeout` is set. |
| 226 | +
|
223 | 227 | .. seealso:: |
224 | 228 |
|
225 | 229 | :ref:`user_guide.scheduler.workflow_events` |
226 | 230 |
|
227 | 231 | .. versionadded:: 8.0.0 |
228 | 232 | ''', |
229 | 233 | 'workflow timeout handlers': ''' |
230 | | - Handlers to run if the workflow timer times out. |
| 234 | + Handlers to run if the `[..]workflow timeout` is reached. |
231 | 235 |
|
232 | 236 | .. seealso:: |
233 | 237 |
|
|
237 | 241 | ''', |
238 | 242 | 'abort on workflow timeout': ''' |
239 | 243 | Whether the scheduler should shut down immediately with error status if |
240 | | - the workflow timer times out. |
| 244 | + the :cylc:conf:`[..]workflow timeout` is reached. |
241 | 245 |
|
242 | 246 | .. seealso:: |
243 | 247 |
|
|
259 | 263 | 'stall timeout': f''' |
260 | 264 | The length of a timer which starts if the scheduler stalls. |
261 | 265 |
|
| 266 | + When the stall timeout is reached, any `[..]stall timeout handlers` |
| 267 | + will be called. Additionally, the workflow will shut down if |
| 268 | + `[..]abort on stall timeout` is set. |
| 269 | +
|
262 | 270 | .. seealso:: |
263 | 271 |
|
264 | 272 | :ref:`user_guide.scheduler.workflow_events` |
|
268 | 276 | {REPLACES}``timeout``. |
269 | 277 | ''', |
270 | 278 | 'stall timeout handlers': f''' |
271 | | - Handlers to run if the stall timer times out. |
| 279 | + Handlers to run if the `[..]stall timeout` is reached. |
272 | 280 |
|
273 | 281 | .. seealso:: |
274 | 282 |
|
|
280 | 288 | ''', |
281 | 289 | 'abort on stall timeout': f''' |
282 | 290 | Whether the scheduler should shut down immediately with error status if |
283 | | - the stall timer times out. |
| 291 | + the `[..]stall timeout` is reached. |
284 | 292 |
|
285 | 293 | .. seealso:: |
286 | 294 |
|
|
294 | 302 | Scheduler inactivity timeout interval. The timer resets when any |
295 | 303 | workflow activity occurs. |
296 | 304 |
|
| 305 | + When the inactivity timeout is reached, any |
| 306 | + `[..]inactivity timeout handlers` will be called. Additionally, the |
| 307 | + workflow will shut down if `[..]abort on inactivity timeout` is set. |
| 308 | +
|
297 | 309 | .. seealso:: |
298 | 310 |
|
299 | 311 | :ref:`user_guide.scheduler.workflow_events` |
|
303 | 315 | {REPLACES} ``inactivity``. |
304 | 316 | ''', |
305 | 317 | 'inactivity timeout handlers': f''' |
306 | | - Handlers to run if the inactivity timer times out. |
| 318 | + Handlers to run if the `[..]inactivity timeout` is reached. |
307 | 319 |
|
308 | 320 | .. seealso:: |
309 | 321 |
|
|
315 | 327 | ''', |
316 | 328 | 'abort on inactivity timeout': f''' |
317 | 329 | Whether the scheduler should shut down immediately with error status if |
318 | | - the inactivity timer times out. |
| 330 | + the `[..]inactivity timeout` is reached. |
319 | 331 |
|
320 | 332 | .. seealso:: |
321 | 333 |
|
|
0 commit comments