Neal Fachan
Neal Fachan
See: https://crates.io/crates/cargo-deny
Nowadays, with systemd, there are two ways to do this. We should also look at the preferred way to run things inside of containers. Maybe that's a third way to...
There are a few places where we could use compression: 1. Artifacts could be stored compressed on the client. 2. Artifacts could be transferred from the client to the broker...
Both the worker and the broker have `StdCacheFs` implementations that will panic on failure. Originally this was expedient because the error return path to the client wasn't clear, nor was...
TCP keepalive should be used in various parts of the project. Anytime there is a task/thread waiting on a socket for requests, there is the potential that the other side...