aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the new process metrics exporterHEADmasterChristopher Baines42 hours
* Guard against signaling the error condition not workingChristopher Baines42 hours
* Fix the sleep-impl argument to retry-on-errorChristopher Baines2024-03-16
* Remove the now unused queue builds scriptChristopher Baines2024-03-16
* Add a definition of retry-on-error which uses the fibers sleepChristopher Baines2024-03-15
* Remove the core-guile-sleep variableChristopher Baines2024-03-15
* Remove mutexes from the upload monitoringChristopher Baines2024-03-13
* Actually use non-blocking ports for network requestsChristopher Baines2024-03-02
* Allow setting the dynamic auth token via environment variableChristopher Baines2024-02-13
* Show tags with build showChristopher Baines2024-02-13
* Expose information about setup failuresChristopher Baines2024-02-08
* Expose the derived priorities for buildsChristopher Baines2024-01-30
* Add inbuilt port monitoringChristopher Baines2024-01-19
* Force output with the custom port logChristopher Baines2024-01-17
* Fix worker thread channel destructor loggingChristopher Baines2024-01-17
* Change retry-on-error to take #:ignore and #:no-retryChristopher Baines2024-01-12
* Add more options when updating build prioritiesChristopher Baines2024-01-12
* Use client errors in update-build-priorityChristopher Baines2024-01-12
* Fix build update-priorityChristopher Baines2024-01-12
* Update .envrcChristopher Baines2023-12-28
* Avoid calling display for loggingChristopher Baines2023-12-28
* Rewrite process-eventChristopher Baines2023-12-23
* Add some port timeouts in to the build-success-publish-hookChristopher Baines2023-12-13
* Improve thread pool and work queue backtracesChristopher Baines2023-12-09
* Add delay logging to SQLite transactionsChristopher Baines2023-12-06
* Drop the write duration logging thresholdChristopher Baines2023-12-06
* Guard against exceptions in the thread poolChristopher Baines2023-12-06
* Don't check too-many-threads? in the thread pool for each jobChristopher Baines2023-12-06
* Avoid some database queries when running hooksChristopher Baines2023-12-06
* Move a hash-set! in the thread poolChristopher Baines2023-12-06
* Re-fetch running jobs in the thread poolChristopher Baines2023-12-06
* Fix the return value for fold-buildsChristopher Baines2023-12-06
* Don't pass time to wait-condition-variableChristopher Baines2023-12-02
* Extend %file-port-name-canonicalization to hook threadsChristopher Baines2023-11-30
* Set %file-port-name-canonicalization to avoid readlink syscallsChristopher Baines2023-11-28
* Create index on build_startsChristopher Baines2023-11-24
* Actually use a separate store connectionChristopher Baines2023-11-23
* Remove set-store-connection-timeoutChristopher Baines2023-11-20
* Use a temporary store connection for substituting derivationsChristopher Baines2023-11-20
* Use port timeouts when checking substitutesChristopher Baines2023-11-20
* Switch to (mostly) non blocking store connections in the agentChristopher Baines2023-11-20
* Pass the store in to delete-outputsChristopher Baines2023-11-20
* Pass the store in to get-output-detailsChristopher Baines2023-11-20
* Don't shadow store in the agentChristopher Baines2023-11-20
* Re-enable fiber preemptionChristopher Baines2023-11-18
* Avoid readlink syscalls when reading derivationsChristopher Baines2023-11-17
* Track the metrics endpoint durationChristopher Baines2023-11-17
* Call wait-condition-variable with longer timeoutsChristopher Baines2023-11-15
* Remove some caching from reading derivationsChristopher Baines2023-11-11
* Try to avoid the metrics endpoint timing outChristopher Baines2023-11-10