Model run timeout

Last updated on Mar 29, 2024
Error Message Text(s) Model run timed out

Error Summary

This error may occur if the model query does not complete either within 1 Hr or before the next run schedule, whichever is lesser.

Potential Causes

The Destination server is experiencing high CPU and memory usage, affecting its ability to quickly respond to additional requests. There could be some internal operations running concurrently, delaying the execution of the model query.

Suggested Action(s)

  • Optimize the model query to run faster. This can be achieved through query optimization techniques, such as arranging joins in a proper sequence to minimize data scanning and utilizing Common Table Expressions (CTEs).

  • Optimize the server or increase the server resources. Consult your respective Database Administrators (DBA) for guidance on the process involved.

  • Increase the frequency of the model to extend the timeout period.


Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
Apr-01-2024 NA New document.

Tell us what went wrong