Backstory: Markdown image embed is not rendered correctly
I already have a custom import script written in ruby. It works and adds all topics, however it is too fast. This leads to the server fetching a lot of images from external services like imgur when baking the posts.
What would be the best way to slow this down? I mean the trivial way would be to simply let the import process sleep a bit between posts. But that would lead to a potentially long running script (given the amount of images and the imgur rate limit, approximately 3 days). Is there any other way, like importing all topics at once but telling discourse to only bake a specific number of posts per minute? That way the topics are created immediately but the html is built asynchronously.