David McIntosh
David McIntosh
This will make it easier to see why an update wasn't possible by viewing the job logs. Ideally we'd surface these in update error message but until then this is...
If a timeout is specified in ZMQSocket.Send and the message is not immediately sent then the method immediately returns instead of retrying until the timeout expires. The timeout extention methods...
Updates the action to run with node 20. This works, but before merging we need a strategy for supporting updates to older GHES versions running node 16.
If a mitm request came in like `http://host/path` this was getting mangled to `https://hosthttp://host/path`. Instead, we should just swap the scheme to https if the scheme is already defined in...