In testing an automaton I am building, I noticed that User meta data takes some time to process and update in the API. My use case was around the number of topics, but I’d expect similar things for other data points and fields.
- Using myself as the test case, I did the API call to GET user and saw that I have X topics.
- I posted another topic
- I ran the API call again, got the same exact # of topics
- Tried again every few minutes with the same experience
- It seems to updated in various intervals >30 minutes
I’ve experienced this delay for both types of user calls:
- /user/{id}
- /user/{field}/{value}
Shoutout to