I have a script up that is pinging statuses/mentions_timeline. About half of the time, the script works fine, but the other half I’m running into 502 errors. It’s erratic, and I’m checking my rate limits to make sure that I’m not running into rate limit errors. Here are the parameters that I have:
include_entities=True, contributor_details=True, include_rts=False, count=100
Any insight on this?