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
/
utils.scm
Commit message (
Expand
)
Author
Age
*
Avoid some threads and locks when running on the hurd
Christopher Baines
2021-02-15
*
Tweak trying to safely load the (guix narinfo) module
Christopher Baines
2021-02-10
*
Try to fix using narinfo-references
Christopher Baines
2021-02-09
*
Fix compatability with newer versions of Guix
Christopher Baines
2021-02-09
*
Don't use with-exception-handler with (backtrace)
Christopher Baines
2021-01-22
*
Tweak agent queue timings
Christopher Baines
2021-01-12
*
Work on the agent thread handling some more
Christopher Baines
2021-01-06
*
Stop agent threads if there's no work within some time period
Christopher Baines
2021-01-02
*
Don't start new agent threads if there are no jobs
Christopher Baines
2021-01-02
*
Only use lookup-narinfos on one thread at a time
Christopher Baines
2021-01-02
*
Work around caching broken connections in Guix
Christopher Baines
2021-01-01
*
Have the agent fetch builds based on the current number of threads
Christopher Baines
2020-12-31
*
Rate limit the agent starting threads to process builds
Christopher Baines
2020-12-31
*
Alter the work queue to allow for a dynamic thread count
Christopher Baines
2020-12-30
*
Remove unnecessary nproc usage
Christopher Baines
2020-12-24
*
Further tweak exception handling around has-substitutes-no-cache?
Christopher Baines
2020-12-24
*
Add better logging to has-substiutes-no-cache?
Christopher Baines
2020-12-24
*
Improve some logging
Christopher Baines
2020-12-24
*
Avoid starting builds if the system load is high
Christopher Baines
2020-12-23
*
Improve the guix-daemon claims a substitute is unavailable messages
Christopher Baines
2020-12-23
*
Better format the duration in call-with-time-logging
Christopher Baines
2020-12-16
*
Add in timeouts around fetching substitutes
Christopher Baines
2020-12-05
*
Fix agent confusion over how many builds are running
Christopher Baines
2020-12-04
*
Change "or" to "of" in retry-on-error
Christopher Baines
2020-12-02
*
Try to reduce errors when deleting substitute cache files
Christopher Baines
2020-11-30
*
Avoid lots of output in has-substiutes-no-cache?
Christopher Baines
2020-11-29
*
Avoid excessive logging when substituting derivations
Christopher Baines
2020-11-29
*
Use ensure-path in substitute-derivation
Christopher Baines
2020-11-26
*
Avoid agent crashes when substitute urls aren't provided
Christopher Baines
2020-11-16
*
Make call-with-time-logging write output in a thread safe way
Christopher Baines
2020-11-09
*
Handle multiple values in call-with-time-logging
Christopher Baines
2020-11-06
*
Remove some left in debugging output
Christopher Baines
2020-11-02
*
Improve missing inputs behaviour
Christopher Baines
2020-10-24
*
Use valid-path? rather than file exists for testing store items
Christopher Baines
2020-10-24
*
Add the ability to ignore errors when retrying
Christopher Baines
2020-10-24
*
Make the s3 utils command configurable
Christopher Baines
2020-10-24
*
Display exception details prior to backtrace
Christopher Baines
2020-10-20
*
Show backtrace on agent exceptions
Christopher Baines
2020-10-11
*
Split the fibers utils from the main utils module
Christopher Baines
2020-10-07
*
Work around Guile not printing backtraces without failing
Christopher Baines
2020-09-18
*
Don't patch fibers, just use the different procedure directly
Christopher Baines
2020-09-16
*
Extract call-with-sigint to the utils module
Christopher Baines
2020-09-16
*
Make worker threads compatible with multiple return values
Christopher Baines
2020-06-20
*
Add missing %random-state for the with-timeout syntax
Christopher Baines
2020-06-19
*
Add with-timeout to utils
Christopher Baines
2020-06-19
*
Add in some extra information about worker thread exceptions
Christopher Baines
2020-06-01
*
Improve worker exception handling
Christopher Baines
2020-05-31
*
Unlock the mutex when deq! fails unexpectedly
Christopher Baines
2020-05-24
*
Guard against deq! erroring because the queue is empty
Christopher Baines
2020-05-24
*
Fix re-queuing jobs
Christopher Baines
2020-05-23
[next]