aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make datastore-call-with-transaction error messages more usefulChristopher Baines2023-04-21
* Fix agent-detailsChristopher Baines2023-04-21
* Deallocate canceled builds from agents when they startupChristopher Baines2023-04-21
* Include the submit_outputs information in the agent status responseChristopher Baines2023-04-21
* Include whether the build is canceled when listing agent buildsChristopher Baines2023-04-21
* Add some delay between optimize attemptsChristopher Baines2023-04-21
* Add some error handling to datastore-find-build-derivation-systemChristopher Baines2023-04-21
* Add error handling around some date parsingChristopher Baines2023-04-21
* Handle COMMIT erroring with busy in datastore-call-with-transactionChristopher Baines2023-04-21
* Turns out COMMIT can return busy, so increase the timeoutChristopher Baines2023-04-21
* Add missing sqlite-step and sqlite-resetChristopher Baines2023-04-20
* Improve datastore-call-with-transactionChristopher Baines2023-04-20
* Don't truncate the wal from reader threadsChristopher Baines2023-04-20
* Revert "Retry inside the worker thread"Christopher Baines2023-04-20
* Drop the busy timeout for the write connectionChristopher Baines2023-04-20
* Instrument datastore-fetch-builds-to-allocateChristopher Baines2023-04-20
* Retry inside the worker threadChristopher Baines2023-04-20
* Raise an error on blocked wal checkpointsChristopher Baines2023-04-20
* Look at the output from running the wal checkpointChristopher Baines2023-04-20
* Use set-car! when sorting the prioritised work queueChristopher Baines2023-04-20
* Increase frequency of database maintenanceChristopher Baines2023-04-20
* More reliably delete the compressed outputsChristopher Baines2023-04-20
* Remove redundant appendChristopher Baines2023-04-20
* Log more about temporary files in the agentChristopher Baines2023-04-18
* Attempt to make with-port-timeouts handle the GC restarting pollChristopher Baines2023-04-17
* Remove the GC protection mechanismChristopher Baines2023-04-17
* Guard against the hash file being emptyChristopher Baines2023-04-13
* Prioritise post build actionsChristopher Baines2023-04-11
* Add priority support to create-work-queueChristopher Baines2023-04-11
* Change - to _ to fix listing post build job derivationsChristopher Baines2023-04-11
* Add missing joinChristopher Baines2023-04-11
* Use underscores for derivation_nameChristopher Baines2023-04-11
* Expose the derived priority to agentsChristopher Baines2023-04-11
* Remove datastore-select-allocated-buildsChristopher Baines2023-04-11
* Drop the delay for retrying uploads on failureChristopher Baines2023-04-11
* Remove the crude alarm based timeout for submitting outputsChristopher Baines2023-04-11
* Reduce logging on build failuresChristopher Baines2023-04-11
* Include build priority when selecting allocated buildsChristopher Baines2023-04-11
* Strip down the guix-dev.scm fileChristopher Baines2023-04-10
* Include the build priority when agents fetch buildsChristopher Baines2023-04-10
* Change allocate-builds to update-build-allocation-planChristopher Baines2023-04-10
* Use a timeout when substituting derivations in the publish hookChristopher Baines2023-04-10
* Improve event/state id support for eventsChristopher Baines2023-04-03
* Try to improve hook exception handlingChristopher Baines2023-04-02
* Don't call (backtrace) in the build allocatorChristopher Baines2023-04-01
* Give up printing backtraces for exceptions in hooksChristopher Baines2023-03-29
* Try and ensure that the non-fibers sleep is used in placesChristopher Baines2023-03-29
* Provide more information in process-event error handlingChristopher Baines2023-03-29
* Remove backtrace printing from create-thread-poolChristopher Baines2023-03-29
* Always keep one thread running to process hooksChristopher Baines2023-03-29