aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
Commit message (Expand)AuthorAge
* Prioritise post build actionspost-build-prioritisationChristopher Baines2023-04-11
* Use underscores for derivation_nameChristopher Baines2023-04-11
* Expose the derived priority to agentsChristopher Baines2023-04-11
* Reduce logging on build failuresChristopher Baines2023-04-11
* Have agents send their status every 30 secondsChristopher Baines2023-03-22
* Print a backtrace when a exception happens for build-thingsChristopher Baines2023-03-21
* Log the derivation substitute urls when failing to fetch derivationsChristopher Baines2023-03-13
* Try to improve protections against getting stuck when substitutingChristopher Baines2023-01-30
* Use port timeouts when fetching build inputsChristopher Baines2022-11-10
* Switch to using = for testing numerical equalityChristopher Baines2022-10-22
* Reset the upload progress when appropriateChristopher Baines2022-10-14
* Add some more logging when agents submit outputsChristopher Baines2022-10-14
* Allow specifying the maximum number of allocated buildsChristopher Baines2022-10-10
* Properly handle build failure statusesChristopher Baines2022-09-02
* Don't record the build as failed if the exception is unknownChristopher Baines2022-09-02
* Fix adding GC roots for built outputsChristopher Baines2022-09-02
* Allow changing the agent parallel uploadsChristopher Baines2022-07-06
* Move getting output details soon after the outputs are generatedChristopher Baines2022-07-05
* Add temp roots for built outputsChristopher Baines2022-07-05
* Set thread names to help with debuggingChristopher Baines2022-06-15
* Fix spacing in a logging messageChristopher Baines2022-05-21
* Add more logging and timeouts around fetching inputsChristopher Baines2022-05-21
* Add some extra logging when an output has been submittedChristopher Baines2022-04-09
* Remove double retry-on-error for submitting outputsChristopher Baines2022-04-09
* Fix timeout when fetching inputsChristopher Baines2022-04-08
* Don't require reading the derivation after the build has happenedChristopher Baines2022-01-19
* Add correct guard to deleting compressed outputsChristopher Baines2022-01-09
* Delete compressed outputs after a build finishes successfullyChristopher Baines2021-12-27
* Have the agent add temporary roots on various store itemsChristopher Baines2021-12-24
* Log unknown store protocol error messagesChristopher Baines2021-12-24
* Fix displaying the total bytes for uploads in progressChristopher Baines2021-12-19
* Fix logging deleting temporary filesChristopher Baines2021-12-19
* Cleanup temporary files on startupChristopher Baines2021-12-19
* Compress outputs in the thread for the buildChristopher Baines2021-12-19
* Change the post build actions thread pool sizeChristopher Baines2021-12-19
* Report the total bytes when reporting upload progressChristopher Baines2021-12-19
* Stop using with-upload-slot for queuing uploadsChristopher Baines2021-12-19
* Don't use an unlimited number of threads for post build actionsChristopher Baines2021-12-19
* Drop parallel uploads to 1 againChristopher Baines2021-11-26
* Improve some way numbers are displayedChristopher Baines2021-11-22
* Compress outputs outside of the upload slotChristopher Baines2021-11-20
* Increase the number of parallel uploads to 2Christopher Baines2021-11-15
* Handle failures around fetching buildsChristopher Baines2021-11-15
* Report upload status more frequentlyChristopher Baines2021-11-15
* Drop parallel uploads to 1Christopher Baines2021-10-08
* Move retrying uploads out of the with-upload-slot regionChristopher Baines2021-08-07
* Increase upload mutex waiting timeChristopher Baines2021-08-07
* Report on uploads regularlyChristopher Baines2021-08-07
* Support thread-stop-delay for the work queuesChristopher Baines2021-06-20
* Tweak some indentationChristopher Baines2021-06-19