If the Housekeeper is still not finished processing all the changes AND it is currently in its “quiet period” then it seems to be going into a “busy wait” around here: https://hg.orthanc-server.com/orthanc/file/tip/OrthancServer/Plugins/Samples/Housekeeper/Plugin.cpp#l700 .
We noticed this in multiple environments.
Shouldn’t we add some sleep (a minute maybe?) in that else block to avoid spinning the CPU unnecessarily?