pcora
pcora

@manton, I’m working on something that creates posts via the /micropub api, do you rate limit requests automatically or should I come up with something on my script? I want to avoid hammering the server if there are too many reqs. (should not be the case, but one never knows)

|
Embed
Progress spinner
manton
manton

@pcora There are rate limits but they are high, shouldn’t impact regular usage. 300/minute currently. If you are hitting the API in a loop many times, I recommend adding a small delay like 1 second between requests just to give the servers breathing room.

|
Embed
Progress spinner
pcora
pcora

@manton thanks! I won’t be hitting that for sure :))

|
Embed
Progress spinner