Forum Discussion

apaskett's avatar
apaskett
Contributor
11 years ago

Recent threads logic issue

We've created a custom component to pull latest posts from two different blogs.  We are using the REST API to call for threads (rest("blogs/id/<id>/threads?page_size=5").threads), but the posts being returned in production are not the most recent ones - they seemed to be delayed by about 5 days.  We tested this component in our staging enviornment, and in that enviornment is pulling the most recent threads as expected.

 

  1. Is there some kind of caching going on?
  2. What is the difference between staging and production when making this call

 

Thank you for your help!