libsdl-org / sdlwiki

This is the raw contents of SDL's wiki. You can edit this through GitHub or at https://wiki.libsdl.org/ now!
https://wiki.libsdl.org/
79 stars 32 forks source link

Blocking when edits cook #575

Open icculus opened 1 month ago

icculus commented 1 month ago

This isn't an sdlwiki bug, it's actually either ghwikipp or our own automation scripts on top of it, but when a page is edited, either because there was a new push to github or an edit directly on the wiki, there's a ~30 pause before any page will load again, whether it was changed or not.

This is likely something holding a file lock while work is done; maybe it's rebuilding categories or recooking pages.

Since most of the time, the wiki isn't changing, it's not a urgent, but it would be nice to figure out what is causing this and optimize it or remove the need for a long lock hold.