Skip to content
Discussion options

You must be logged in to vote

Hello @practicalli-johnny,
thanks for the extensive details. Looking at the traceback the issue originates inside of Snippets, so the 429 originates from a server from which you constantly download resources.

There could be a couple of issues related to that:

  • AFAIK, the Snippets extension doesn't cache the downloads, so on each mkdocs server reload it downloads the files again.
    Looking at the code it does cache it for the duration of the Markdown instance, and MkDocs restarts the instance for each page 🤔
  • The blog plugin splits the pages into Excerpts for blog index previews, so the markdown could be processed 2 times for the actual Page object and the Excerpt resulting in double download…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by practicalli-johnny
Comment options

You must be logged in to vote
1 reply
@kamilkrzyskow
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants