aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add some more debugging output to retry-on-errorChristopher Baines2020-05-20
* Try to better handle/avoid http related failuresChristopher Baines2020-05-20
* Add to .dir-locals.elChristopher Baines2020-05-20
* Guard against garbage collecting in multiple threadsChristopher Baines2020-05-20
* Print out a message when retrying succeedsChristopher Baines2020-05-20
* Include retrying when submitting buildsChristopher Baines2020-05-20
* Switch to using threads for running builds in parallelChristopher Baines2020-05-20
* Add more error handling in to call-with-streaming-http-requestChristopher Baines2020-05-20
* Start counting allocation successes and failuresChristopher Baines2020-05-20
* Add support for counter metricsChristopher Baines2020-05-20
* Send requests directly to the coordinator for submitting buildsChristopher Baines2020-05-20
* Fix zeroing the right metricChristopher Baines2020-05-19
* Zero the allocated build counts as wellChristopher Baines2020-05-19
* Zero the allocated build counts for each agentChristopher Baines2020-05-19
* Fetch substitutes in a separate channelChristopher Baines2020-05-19
* Improve handling of submitting buildsChristopher Baines2020-05-19
* Fix the build show missing inputs functionalityChristopher Baines2020-05-19
* Make it possible to show builds for an outputChristopher Baines2020-05-19
* Don't check for child processes in the agent if there are noneChristopher Baines2020-05-18
* Move sleeping when there are no new builds availableChristopher Baines2020-05-18
* Sleep for 30 seconds if no new builds are availableChristopher Baines2020-05-18
* Fix gc being disabled in the agent processes post forkChristopher Baines2020-05-18
* Reduce the wait before checking for exited processesChristopher Baines2020-05-17
* Improve the agent job process exit messageChristopher Baines2020-05-17
* Disable Guile's GC while forkingChristopher Baines2020-05-17
* Improve the agent parallel job processingChristopher Baines2020-05-17
* Support agents processing builds in parallelChristopher Baines2020-05-17
* Retry fetching substitutes for buildsChristopher Baines2020-05-17
* Convert the client actions to happen over HTTPChristopher Baines2020-05-17
* Use a variableChristopher Baines2020-05-17
* Remove some unused codeChristopher Baines2020-05-17
* Change how triggering build allocations worksChristopher Baines2020-05-17
* Open up more fibers possibilities in the coordinatorChristopher Baines2020-05-17
* Switch the command line options for the agent communication configChristopher Baines2020-05-16
* Guard against failed file uploadsChristopher Baines2020-05-13
* Make sure to include all unprocessed builds in the graphChristopher Baines2020-05-13
* Fix an issue with the propagated priorities queryChristopher Baines2020-05-13
* Avoid using the deprecated guile-next packageChristopher Baines2020-05-12
* Fix missing builds from the derived priorities queryChristopher Baines2020-05-11
* Make guix-dev.scm more forwards compatibleChristopher Baines2020-05-11
* Add more debugging for printing backtraces for allocator exceptionsChristopher Baines2020-05-11
* Make sure to try again with allocation exceptionsChristopher Baines2020-05-11
* Optimise the database and truncate the WAL on startupChristopher Baines2020-05-11
* Add some more indexes to speed up derivation ordered allocationChristopher Baines2020-05-11
* Speed up the derivation ordered allocator a little bitChristopher Baines2020-05-11
* Try more to not forget about the need to allocate buildsChristopher Baines2020-05-11
* Replace datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10
* Use some more SQL to speed up the derivation ordered allocatorChristopher Baines2020-05-10
* Add datastore-fetch-unprocessed-builds-with-propagated-prioritiesChristopher Baines2020-05-10
* Fix datastore-fetch-input-builds-for-unprocessed-buildsChristopher Baines2020-05-10