I have a GAE app reading data (updated daily!) from the GCS bucket.
Problem: This app show the insights on the old data as it launches the instance already initialized earlier (currently active instance)
Question: How do I make sure that as the data is updated in the GCS bucket, GAE app reads the updated data? Maybe by initializing new instances of the app or any other alternative
App info:
Runtime: Standard python 3.7,
Scaling: automatic