MapInstance Timeout

The MapInstance Timeout setting is the length of time that a map instance can run before a warning or an error is logged in the compound system log. You can specify the time limit in hours, minutes, or seconds.

The map does not fail when it runs longer than specified by the MapInstance Timeout setting.

To log warnings and errors, you also must enable the LogWarning and LogError logging options in the runtime/launcher section of the config.yaml file.

The following table shows the logging settings and sample log messages for a map instance that runs for 15 seconds:
MapInstance Timeout Setting config.yaml File Setting Logged Message
Warning = 10 seconds warning=true Map Warning: TIMEOUT watch num/card num: 15s > 10s
Error = 10 seconds rrror=true Map Error: TIMEOUT watch num/card num: 15s > 10s