prashant2007-wq commented on PR #1536:
URL: https://github.com/apache/airflow-site/pull/1536#issuecomment-4521149623

   Thanks for the detailed review, @kaxil.
   
   I understand the issue now. My PR handled refresh at the browser layer, but 
since `meetups.json` is a static file committed to the repo and served through 
the site/CDN, client-side refetching cannot make the data fresher.
   
   I will not continue with this client-side approach. I will prepare a 
follow-up PR with the correct server-side/repository automation approach:
   
   * add a scheduled GitHub Actions workflow under `.github/workflows/`
   * add a small script to fetch Meetup data
   * regenerate `landing-pages/site/static/meetups.json`
   * preserve the existing file if the fetch fails
   * avoid cache-busting or repeated browser polling
   
   Thanks for clarifying the expected direction.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to