The following table provides information about the TM directives.
Directive name | Directive value | Description |
---|---|---|
tm_ttl |
integer |
The "time to live" in the job queue in seconds. This is used in cases where jobs are time-sensitive and can become invalid or stale while waiting in the job queue. If a job is queued longer than “time to live”, the Transformation Manager removes it from the queue instead of directing it to an engine. |
tm_priority |
integer |
An integer that represents the request’s priority level. A lower value means a higher priority. Priority values must be greater than or equal to zero. |
tm_tag |
string |
The job routing tag used to distribute jobs between FME engines. Upon receipt of a new job on the FME Server, the Transformation Manager uses this tag, if specified, to redirect the request to an engine that has been configured to accept the given tag. For more information about job routing, see the FME Server Administrator's Guide. |