xTour2 : potential experiences with output
Posted: Wed Feb 05, 2025 10:30 am
Here's a distinct description of potential planTours calls... Behaviour also depends on combination of
- Server settings /xserver.conf):
Code: Select all
jobs { resultRetentionTime = 7d fetchedResultRetentionTime = 1h zombieRetentionTime = 1d jobQueueTimeout = -1 jobModuleTimeout = -1 }
- Request parameters override server settings
Code: Select all
"timeouts": { "queueingTimeout": 600000, "computationTimeout": 900000 }
Condition | Status | Plan | Example |
---|---|---|---|
Rejected | Exception | not available | Code: Select all
|
Queuetimeout expired | Exception | not available | |
Interrupted | Failed | not available | Code: Select all
|
Intermediate | Success | Suboptimal | Code: Select all
|
Terminated | Success | Best available solution |