How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

How to sync Streamlit with background tasks: Outer/Inner caching

calendar_today July 22, 2026 person @Angela1 Angela domain streamlit

Hi! unfortunately it does not work as expected … the only way I could have it updated is to set a refresh .. for now it is set every 15 minutes # Refresh every 15 minutes * 60 seconds * 1000 milliseconds = 900000 st_autorefresh(interval=15 * 60 * 1000, key=”quarter_hour_heartbeat”) Maybe it is not the ideal solution but it is a sort of workaround.

open_in_new Read original post