Process report timeout

Hi All

We recently deployed our code in Production Environment. It contains Tempo reports and data is captured from process report and we have 2000 active users throughout the day.
Issue is, reports are populating the data in out of business hours becuase very less people login into system. During business hours many users will login into system becuase of that process reports are timing out(by default process report timeout is 2sec) and data is not populated in report.

We are also raised a support ticket to increase timeout, but we got replay, it's not a best practice to increase timeout limit.

Is there any way to resolve the issue?

 

Thanks

Rahul Gundu

  Discussion posts and replies are publicly visible

Parents Reply
  • In my case, We don't have enough memory in server. After adding memory, issues are resolved. I have done couple of things like not adding process variables into report, not adding more number of filter(s) by keeping it simple. In your case, may be you can try with creating process reports based on status (by using predefined filters on process report) may be filter by date it will resolve issue (reports will be bit slow). But if you want solve this issue permanently, add additional memory to the server.

    docs.appian.com/.../Report_Performance_Details.html

    Process reports timeout is 2 sec (default). If report fails to fetch the data in 2 secs it will time out and reports won't work. We also modified the value to 5 sec ( property - MAXIMUM_REPORT_MS ) in server, and server became too slow. Please don't consider this option. Just passing this info.

    docs.appian.com/.../Report_Performance_Details.html
Children
No Data