alitheg commented on issue #1136: URL: https://github.com/apache/tooling-trusted-releases/issues/1136#issuecomment-4199167480
I've made a start on something for this - added a (currently empty) daily maintenance task for this and the other things we were discussing, and also did some further debugging and found 10s (15s -> 5s on my machine, probably smaller state dir than yours) due to a long import chain that was bringing in a large cyclonedx library import on startup. Before: ``` 2026-04-07T13:02:08.594611Z [info ] [startup:SpawnProcess-1] startup() total: 1064ms [atr.server.startup] stacklevel=3 2026-04-07T13:02:08.594679Z [info ] [startup:SpawnProcess-1] ready (module load + startup): 15283ms [atr.server.startup] stacklevel=3 ``` After: ``` 2026-04-07T13:00:46.196848Z [info ] [startup:SpawnProcess-1] startup() total: 866ms [atr.server.startup] stacklevel=3 2026-04-07T13:00:46.196944Z [info ] [startup:SpawnProcess-1] ready (module load + startup): 5025ms [atr.server.startup] stacklevel=3 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
