Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we acheive this without getting proxy timeout error.

Aravindh Ganesan 0 Reputation points
2024-04-19T21:14:33.38+00:00

Do we have any exception with maximum Application proxy timeout of 180 seconds. Out application takes more than 3 minutes to load some reports. How can we achieve this without getting proxy timeout error.

Microsoft Entra
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 21,776 Reputation points Microsoft Employee
    2024-04-22T18:50:21.2533333+00:00

    Hi @Aravindh Ganesan , the maximum application proxy timeout of 180 seconds is a hard limit and cannot be increased. If your application takes more than 3 minutes to load some reports, you will need to find an alternative solution to avoid the proxy timeout error.

    One possible solution is to optimize your report loading process to reduce the time it takes to load the reports. This could involve optimizing your database queries, reducing the amount of data being loaded, or using caching to speed up the process.

    Another solution is to break up the report loading process into smaller chunks that can be loaded in parallel. For example, you could load the report data in batches and display the results as they become available, rather than waiting for the entire report to load.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    0 comments No comments