aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging
Commit message (Expand)AuthorAge
* Move retrying uploads out of the with-upload-slot regionChristopher Baines2021-08-07
* Support reporting bytes sent when submitting outputsChristopher Baines2021-06-08
* Retry more when sending outputsChristopher Baines2021-05-30
* Improve the reveived output messageChristopher Baines2021-05-30
* Further tweak sending chunked HTTP requestsChristopher Baines2021-05-29
* Add a space in coordinator-handle-failed-requestChristopher Baines2021-05-28
* Use GC protection for normal requests to the coordinator as wellChristopher Baines2021-05-28
* Increase the buffer size for sending outputs and log filesChristopher Baines2021-05-28
* Get rid of the request mutexChristopher Baines2021-05-28
* Tune sending files over HTTPChristopher Baines2021-05-28
* Reduce the threshold for compressing nars on the flyChristopher Baines2021-05-26
* Remove stale log filesChristopher Baines2021-05-26
* Drop the request mutex for most requestsChristopher Baines2021-05-21
* Use a bigger buffer when uploading logsChristopher Baines2021-05-13
* Handle receiving outputs as a bytevectorChristopher Baines2021-04-23
* Handle receiving logs as bytevectorsChristopher Baines2021-04-09
* Add Guile GC related metricsChristopher Baines2021-03-25
* Add a new dynamic authentication approachChristopher Baines2021-02-28
* Avoid some threads and locks when running on the hurdChristopher Baines2021-02-15
* Remove unused coordinator module from the http agent messaging moduleChristopher Baines2021-02-13
* Remove (guix-build-coordinator datastore) import from agent moduleChristopher Baines2021-02-13
* Don't use with-exception-handler with (backtrace)Christopher Baines2021-01-22
* Add missing thunkChristopher Baines2021-01-16
* Tweak agent messaging error handlingChristopher Baines2021-01-16
* Add local agent messagingChristopher Baines2021-01-16
* Move triggering allocations out of the http serverChristopher Baines2021-01-15
* Rework the agent messaging modulesChristopher Baines2021-01-15
* Use methods for the agent messagingChristopher Baines2021-01-15
* Tune agent retryingChristopher Baines2021-01-01
* Move some metrics out of base-datastore-metrics-updaterChristopher Baines2020-12-04
* Add metrics for the database and WAL sizeChristopher Baines2020-12-01
* Replace WARNING with WARNChristopher Baines2020-11-30
* Revert erroneous logging changeChristopher Baines2020-11-30
* Improve the logging from the agent -> coordinator communicationChristopher Baines2020-11-30
* Better handle fetching buildsChristopher Baines2020-11-27
* Make hook processing a bit more efficientChristopher Baines2020-11-09
* Use the build coordinator logger in the agent messaging serverChristopher Baines2020-11-07
* Include the Guile internal real and run times as metricsChristopher Baines2020-11-02
* Have the agent handle errors from the coordinatorChristopher Baines2020-10-24
* Better handle agent errors on the coordinator sideChristopher Baines2020-10-24
* Improve the line length for the receiving outputs codeChristopher Baines2020-10-24
* Move around the code for build log file locationsChristopher Baines2020-10-11
* Guard against receiving parts of build log filesChristopher Baines2020-10-10
* Fix missing bad-request procedureChristopher Baines2020-10-07
* Separate the agent messaging server and client codeChristopher Baines2020-10-07
* Split the fibers utils from the main utils moduleChristopher Baines2020-10-07
* Don't patch fibers, just use the different procedure directlyChristopher Baines2020-09-16
* Use the #:namespace argument for metric registriesChristopher Baines2020-08-31
* Use the guile-prometheus library for the metricsChristopher Baines2020-08-31
* Switch to using guile-lzlibChristopher Baines2020-08-31