aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator
Commit message (Expand)AuthorAge
* Try to prioritise some database operationsHEADmasterChristopher Baines2024-10-14
* Add make-discrete-priority-queueing-channelsChristopher Baines2024-10-14
* Track errors when reading/substituting derivationsChristopher Baines2024-07-12
* Instrument the utility thread pool delaysChristopher Baines2024-07-12
* Increase the number of utility threadsChristopher Baines2024-07-12
* Split code for checking whether to store buildsChristopher Baines2024-07-09
* Remove the workaround for with-store/non-blockingChristopher Baines2024-07-04
* Revert "Add dbstat metrics"Christopher Baines2024-07-04
* Log the current state of the reader threadsChristopher Baines2024-07-02
* Track the procedures the worker threads are runningChristopher Baines2024-07-02
* Reduce the sleep in the worker threadsChristopher Baines2024-07-02
* Remove now redundant use of the writer thread channelChristopher Baines2024-07-02
* Try not using the busy timeoutChristopher Baines2024-07-02
* Add dbstat metricsChristopher Baines2024-07-02
* Don't use a chunked response for the metricsChristopher Baines2024-06-30
* Add option to skip updating derived priorities when submitting buildsChristopher Baines2024-06-25
* Fix build prioritisationChristopher Baines2024-06-25
* Add a utility thread poolChristopher Baines2024-06-25
* Remove support for chunked requestsChristopher Baines2024-06-23
* Add missing loop when fetching builds to allocateChristopher Baines2024-06-23
* Don't abuse the reader threads to read derivationsChristopher Baines2024-06-23
* Return copies of the list from the allocation plan fiberChristopher Baines2024-06-22
* Remove the ATTACH DATABASE lineChristopher Baines2024-06-22
* Add some logging in to build-coordinator-fetch-build-to-allocateChristopher Baines2024-06-22
* Add some logging to the hook work queuesChristopher Baines2024-06-19
* Move the allocation plan in to memoryChristopher Baines2024-06-19
* Reduce the nar size thresholdChristopher Baines2024-06-15
* Change with-port-timeouts to use seconds for the timeoutChristopher Baines2024-06-10
* Validate derivation names for buildsChristopher Baines2024-06-09
* Don't ignore missing_inputs setup failures when allocatingChristopher Baines2024-06-07
* Avoid using select and use poll insteadChristopher Baines2024-06-07
* Support controlling adding timestamps to the log outputChristopher Baines2024-06-06
* Support customising the default-build-missing-inputs-hook behaviourChristopher Baines2024-06-06
* Retry more when substituting derivationsChristopher Baines2024-06-06
* Always use a thread to read derivationsChristopher Baines2024-06-06
* Close the uncompressed output port explicitlyChristopher Baines2024-06-05
* Make imports from (guix build utils) explicitChristopher Baines2024-06-05
* Omit none as a compression in narinfosChristopher Baines2024-06-05
* Enable recompressing nars in the publish hookChristopher Baines2024-05-19
* Use threads for reading derivationsChristopher Baines2024-05-15
* Work around the broken with-store/non-blockingChristopher Baines2024-05-15
* Use just one cooperative threadChristopher Baines2024-05-15
* Order messages to the writer thread channelChristopher Baines2024-05-15
* Handled fetching details of canceled buildsChristopher Baines2024-05-15
* Export port timeout error predicatesChristopher Baines2024-05-15
* Use with-store/non-blocking from guixChristopher Baines2024-05-14
* Fix the no-fibers-wait in with-fibers-port-timeoutsChristopher Baines2024-05-14
* Make the worker thread timeout a parameterChristopher Baines2024-05-12
* Avoid starting new builds when low on disk spaceChristopher Baines2024-05-12
* Increase the timeout for substituting derivationsChristopher Baines2024-05-10