agent icon indicating copy to clipboard operation
agent copied to clipboard

Gzip agent api request bodies before sending them off

Open moskyb opened this issue 3 months ago • 0 comments

This PR introduces support for gzipping agent API requests to improve the performance of pipeline uploads in low-bandwidth environments. Compression is opt-in so existing deployments will continue with uncompressed requests unless explicitly enabled.

  • Added Compression: API client compresses requests when flag is enabled (disabled by default)
  • Added CLI flag: --gzip-api-requests with environment variable BUILDKITE_GZIP_API_REQUESTS

moskyb avatar Sep 18 '25 02:09 moskyb