index
:
guix/build-coordinator
master
post-build-prioritisation
wip-fix-missing-items
wip-s3
wip-upload-slots
Guix
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Simplify starting the build coordinator
Christopher Baines
2023-05-02
*
Add a timeout for using the worker threads
Christopher Baines
2023-05-02
*
Add missing argument to datastore-find-build-result
Christopher Baines
2023-04-30
*
Neaten up the make-chunked-output-port* implementation
Christopher Baines
2023-04-30
*
Stop monitoring uploads through the chunked output port
Christopher Baines
2023-04-30
*
Include the build result in the build response to clients
Christopher Baines
2023-04-30
*
Switch build_allocation_plan to build-allocation-plan
Christopher Baines
2023-04-30
*
Add (web http) import for chunked-input-ended-prematurely-error?
Christopher Baines
2023-04-27
*
Set the <scheduler> record type printer in the service startup
Christopher Baines
2023-04-27
*
Try to instrument ports/file descriptors
Christopher Baines
2023-04-27
*
Revert "Remove read-request-body workaround"
Christopher Baines
2023-04-25
*
Reduce and cap the number of builds you can list at once
Christopher Baines
2023-04-25
*
Use #:duration-logger in datastore-call-with-transaction
Christopher Baines
2023-04-25
*
Split call-with-time-tracking
Christopher Baines
2023-04-25
*
Remove chunked input code
Christopher Baines
2023-04-25
*
Remove read-request-body workaround
Christopher Baines
2023-04-25
*
Log long database operations
Christopher Baines
2023-04-25
*
Support a duration logger in the worker thread channel
Christopher Baines
2023-04-25
*
Increase the maximum number of reader threads
Christopher Baines
2023-04-24
*
Be rigerous about always using cached statements
Christopher Baines
2023-04-24
*
Expire database connection threads on exception
Christopher Baines
2023-04-24
*
Support expiring worker threads on exception
Christopher Baines
2023-04-24
*
Add delay logging to more operations involved in submitting builds
Christopher Baines
2023-04-24
*
Log the build-id in datastore-find-build-derivation-system
Christopher Baines
2023-04-24
*
Reduce the extreme wal size threshold
Christopher Baines
2023-04-24
*
Avoid attempting to process build results twice
Christopher Baines
2023-04-24
*
Reverse the atomic-box-set! and vector-set! when storing events
Christopher Baines
2023-04-24
*
Set a custom printer for the build-coordinator record
Christopher Baines
2023-04-24
*
Make sure the writer thread sets up before the reader threads
Christopher Baines
2023-04-24
*
Use an in memory table for the build_allocation_plan
Christopher Baines
2023-04-23
*
Enable SQLite URI support
Christopher Baines
2023-04-23
*
Add delay logging for list related derivations with no build
Christopher Baines
2023-04-23
*
Fix hook processing error message
Christopher Baines
2023-04-23
*
Tweak the wal truncation again
Christopher Baines
2023-04-22
*
Drop the wal checkpointing attempts
Christopher Baines
2023-04-22
*
Further tune the wal checkpointing
Christopher Baines
2023-04-22
*
Remove some thread pool logging
Christopher Baines
2023-04-22
*
Don't block writes for as long when attempting checkpoints
Christopher Baines
2023-04-22
*
Tune the extreme WAL truncating
Christopher Baines
2023-04-22
*
Try much harder to truncate the WAL
Christopher Baines
2023-04-22
*
Instrument the closing of writer threads
Christopher Baines
2023-04-22
*
Add some more exception handling around hooks
Christopher Baines
2023-04-22
*
Tweak the busy timeouts for reading and writing
Christopher Baines
2023-04-22
*
Re-enable (backtrace) for the allocator thread
Christopher Baines
2023-04-22
*
Don't use exceptions for blocked wal checkpoints
Christopher Baines
2023-04-22
*
Try to avoid problems with printing the fibers scheduler
Christopher Baines
2023-04-22
*
Call sqlite step and reset/finalize together in most places
Christopher Baines
2023-04-22
*
Make datastore-call-with-transaction error messages more useful
Christopher Baines
2023-04-21
*
Fix agent-details
Christopher Baines
2023-04-21
*
Deallocate canceled builds from agents when they startup
Christopher Baines
2023-04-21
[next]