GCP Cloud Run Updating/Speed issues

I’m running my Dash App in GCP Cloud Run. I have my serve_layout() in a function as has been recommended to update data queries. I’ve avoid setting Server Minimum Instances to 1 as that won’t update the data either. I’m seeing some usage on my app, which keeps it fast, but it also seems like while keeping the container recent, its again not calling the data queries to refresh the dashboard.

Any suggestions to allow the page to load quickly while still grabbing new data as well?

Thanks,
Eric