qlik-oss / qlik-cloud-app-analyzer

The App Analyzer is a Qlik Sense application built for Qlik Cloud, which helps you to analyze and monitor Qlik Sense applications in your tenant.
https://github.com/qlik-oss/qlik-cloud-monitoring-apps
MIT License
3 stars 0 forks source link

App Analyzer Exceeds Maximum Reload time #19

Closed udvag closed 2 weeks ago

udvag commented 1 month ago

Help in Reload script

Hello,

We have monitoring applications installed using an Automation Installer.

The App Analyzer has been performing as expected; however, over the past two days, it has been fetching a large amount of data and subsequently failing due to exceeding the maximum reload time.

Previously, the reload process was much faster, but recently it has taken up to 3 hours to complete.

Is there a way to implement incremental reloads or restrict data retrieval to specific days?

How can we reduce the reload time?

Thank you.

danielpilla commented 1 month ago

Hi @udvag , Can you give me an idea of the amount of apps and users that are on the tenant? Are you doing any heavy API work? The reload should not take that long. We have it running on extremely busy tenants in under the 3 hr mark. Anything that you can see in the reload log that looks telling?

As far as limiting the time, yes. You can alter the vu_initial_days_back variable. It defaults to 90, but you could set it to something like 14 and then let it incrementally build. You will need to delete the QVDs first before the change will take effect.

Cheers,

danielpilla commented 2 weeks ago

Closing due to inactivity.