JobQueueMaxWaitTime

When the queue thread runs, it blocks all incoming requests to ensure it can get the locks necessary to process a job on the queue. New requests are blocked for the amount of time set in the JobQueueMaxWaitTime parameter.

Parameter type: optional, static

If the currently executing requests have not completed in this time, the queue thread goes back to sleep for JobQueueThreadSleepTime and incoming requests are allowed to proceed.

To give the queue thread higher priority, set the JobQueueMaxWaitTime to a larger number.

If the JobQueueMaxWaitTime parameter is set to zero in the configuration file and Job Queuing is turned on, the queue will keep trying until it can process, effectively locking out any other activity until it is complete.

See Job Queuing in the IBM® Cognos® TM1® User Guide for more details.

Default value: 100ms