aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
Commit message (Expand)AuthorAge
...
* Ensure the agent fetches builds if it doesn't have anyChristopher Baines2021-01-02
* Make sure to have the agent try fetching buildsChristopher Baines2021-01-02
* Tune agent retryingChristopher Baines2021-01-01
* Add missing suffix to an agent log lineChristopher Baines2020-12-31
* Add more information to the agent info outputChristopher Baines2020-12-31
* Display useful information about agent stateChristopher Baines2020-12-31
* Have the agent fetch builds based on the current number of threadsChristopher Baines2020-12-31
* Rate limit the agent starting threads to process buildsChristopher Baines2020-12-31
* Avoid fetching builds when they won't start immediatelyChristopher Baines2020-12-30
* Only run one build when the load is highChristopher Baines2020-12-30
* Further tweak exception handling around has-substitutes-no-cache?Christopher Baines2020-12-24
* Improve some loggingChristopher Baines2020-12-24
* Include the current-load in the holding build start messageChristopher Baines2020-12-23
* Fix issue with the change of the load average periodChristopher Baines2020-12-23
* Switch to using the 1 minute load averageChristopher Baines2020-12-23
* Avoid starting builds if the system load is highChristopher Baines2020-12-23
* Improve the guix-daemon claims a substitute is unavailable messagesChristopher Baines2020-12-23
* Implement build cancelationChristopher Baines2020-12-16
* Guard against a weird state for missing build inputsChristopher Baines2020-12-15
* Add missing lgr argumentChristopher Baines2020-12-10
* Start using Prometheus metrics with the agentChristopher Baines2020-12-07
* Avoid setting timeout options for the daemon for the buildChristopher Baines2020-12-06
* Print out when builds fail due to timeoutsChristopher Baines2020-12-06
* Add some randomisation to substitute delaysChristopher Baines2020-12-05
* Add in timeouts around fetching substitutesChristopher Baines2020-12-05
* Fix agent confusion over how many builds are runningChristopher Baines2020-12-04
* Replace WARNING with WARNChristopher Baines2020-11-30
* Add some useful logging when the agent startsChristopher Baines2020-11-30
* Improve logging of new buildsChristopher Baines2020-11-30
* Hide logging from garbage collectionChristopher Baines2020-11-30
* Improve the logging from the agent -> coordinator communicationChristopher Baines2020-11-30
* Improve handling of build failuresChristopher Baines2020-11-30
* Improve agent loggingChristopher Baines2020-11-30
* Avoid output from has-substitutes?Christopher Baines2020-11-29
* Avoid lots of output when fetching substitutes for inputsChristopher Baines2020-11-29
* Wait if no new builds are availableChristopher Baines2020-11-29
* Fix the post-build-failure procedure to handle agent errorsChristopher Baines2020-11-29
* Tune agent sleepingChristopher Baines2020-11-29
* Better handle fetching buildsChristopher Baines2020-11-27
* Avoid agent crashes when substitute urls aren't providedChristopher Baines2020-11-16
* Attempt to more gracefully handle the problem of missing derivationsChristopher Baines2020-11-02
* Improve missing inputs behaviourChristopher Baines2020-10-24
* Add missing newline to failed to fetch substitutes messageChristopher Baines2020-10-24
* Use valid-path? rather than file exists for testing store itemsChristopher Baines2020-10-24
* Have the agent handle errors from the coordinatorChristopher Baines2020-10-24
* Extract out agents submitting log filesChristopher Baines2020-10-24
* Change how agents handle store connectionsChristopher Baines2020-08-26
* Use valid-path? rather than file-exists?Christopher Baines2020-08-15
* Support tracking the end time of buildsChristopher Baines2020-07-01
* Support storing when builds startChristopher Baines2020-07-01