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
path:
root
/
guix-build-coordinator
/
datastore
Commit message (
Expand
)
Author
Age
*
Use #:duration-logger in datastore-call-with-transaction
Christopher Baines
2023-04-25
*
Split call-with-time-tracking
Christopher Baines
2023-04-25
*
Log long database operations
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
*
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
*
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
*
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
*
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
*
Tweak the busy timeouts for reading and writing
Christopher Baines
2023-04-22
*
Don't use exceptions for blocked wal checkpoints
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
*
Include whether the build is canceled when listing agent builds
Christopher Baines
2023-04-21
*
Add some delay between optimize attempts
Christopher Baines
2023-04-21
*
Add some error handling to datastore-find-build-derivation-system
Christopher Baines
2023-04-21
*
Add error handling around some date parsing
Christopher Baines
2023-04-21
*
Handle COMMIT erroring with busy in datastore-call-with-transaction
Christopher Baines
2023-04-21
*
Turns out COMMIT can return busy, so increase the timeout
Christopher Baines
2023-04-21
*
Add missing sqlite-step and sqlite-reset
Christopher Baines
2023-04-20
*
Improve datastore-call-with-transaction
Christopher Baines
2023-04-20
*
Don't truncate the wal from reader threads
Christopher Baines
2023-04-20
*
Revert "Retry inside the worker thread"
Christopher Baines
2023-04-20
*
Drop the busy timeout for the write connection
Christopher Baines
2023-04-20
*
Instrument datastore-fetch-builds-to-allocate
Christopher Baines
2023-04-20
*
Retry inside the worker thread
Christopher Baines
2023-04-20
*
Raise an error on blocked wal checkpoints
Christopher Baines
2023-04-20
*
Look at the output from running the wal checkpoint
Christopher Baines
2023-04-20
*
Increase frequency of database maintenance
Christopher Baines
2023-04-20
*
Add missing join
Christopher Baines
2023-04-11
*
Use underscores for derivation_name
Christopher Baines
2023-04-11
*
Expose the derived priority to agents
Christopher Baines
2023-04-11
*
Remove datastore-select-allocated-builds
Christopher Baines
2023-04-11
*
Include build priority when selecting allocated builds
Christopher Baines
2023-04-11
*
Include the build priority when agents fetch builds
Christopher Baines
2023-04-10
*
Add processor count to the agent status
Christopher Baines
2023-03-24
*
Include the timestamp when fetching the agent status from the db
Christopher Baines
2023-03-23
*
Include the last agent statuses in the overall status
Christopher Baines
2023-03-22
*
Implement and extend the agent status functionality
Christopher Baines
2023-03-22
[next]