8

Problem Statement:

When execution times out due to processing a large volume of records, the current error message is generic and does not provide actionable information. This leads to confusion for users and delays in troubleshooting.

Proposed Solution:

Implement a specific and descriptive error message that clearly communicates:


  • The reason for the timeout (e.g., “Execution timed out due to high record volume”).
  • Suggested next steps (e.g., “Please reduce the batch size or optimize query filters before retrying”).
  • A reference to documentation or support resources for handling large data sets.


Benefits:


  • Improves user experience by reducing ambiguity.
  • Enables faster resolution and fewer support tickets.
  • Demonstrates transparency and proactive guidance.


Example Message:

Execution timed out after 120 seconds due to processing a large number of records. Consider reducing batch size or applying filters. For more details, visit [Help Center].

STATUS DETAILS
New