Data is not refreshing automatically - GitHub

I have a local server that performs web scraping of data and saves this data to a repository on GitHub. Basically, this web scraping is executed every 10 minutes throughout the day. In the same repository, I developed a Streamlit web application that displays the collected data. Previously, when updating the data in the GitHub repository, the web application would automatically update with the most recent data. However, recently it has stopped updating automatically, requiring me to reboot the web app every time for the data to be refreshed. What could be causing this, and how can I resolve it?

Here is my current version:
Streamlit - 1.37.1
Python - 3.11

1 Like

I am seeing a similar issue with app updates not always appearing on Community Cloud after pushing an update to GitHub.

I’m trying to identify a set of steps to repeatedly reproduce the error but so far it remains a mystery.

I have two apps running the same software (a test and prod environment). After pushing the same update to both apps, their logs indicate they were immediately updated. However, I have seen all of these occur:

Neither app updates
Only one app updates
Both apps update

The updates have included adding widgets, modifying widget parameters, and modifying functions.