XAMPPRocky
XAMPPRocky
This should hopefully also remove the need for the bot comment, as the GitHub actions output should be able to include the link to the image directly in the output....
Seeing a lot of this warning, we should probably better guard what IP address we're sending to, seeing a lot of this warning in the qcmp thread. ``` {"timestamp":"2025-02-17T01:29:26.917372Z","level":"WARN","fields":{"message":"error responding...
The `typemap` crate we're currently using hasn't been updated a few years, and reviewing some of the PRs, I think it would be consider forking the crate into the repo,...
Once #1185 is completed, I think the next step is adding `Service` to our configuration replication layer so that we can share known service configuration between instances (we already do...
This PR fixes #1183 by refactoring the network listening code to allow for falling all the way back to epoll on Linux at runtime. As part of that I've consolidated...
Speculative fix for now, but hopefully we see more insight with these changes.
This should hopefully improve performance in the hot loop by only performing atomic ops related to metrics every 15 seconds.