summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-16When fixing all_inputs_built, look at the most recent builds firstHEADmasterChristopher Baines1-1/+2
2025-02-16Always call metric-observe-duration in datastore-call-with-transactionChristopher Baines1-6/+6
2025-02-16Support key only tag queries where there are lots of valuesChristopher Baines1-23/+20
2025-02-16Support canceling builds by created_atChristopher Baines4-1/+45
2025-02-16Stop printing reader procsChristopher Baines1-7/+12
2025-02-16Fix datastore operation nestingChristopher Baines1-1/+10
2025-02-16Use safe output procedures in the sqlite moduleChristopher Baines1-31/+30
2025-02-16Add format/safeChristopher Baines1-0/+8
2025-02-16Fix listen repl log messageChristopher Baines1-9/+13
2025-02-15Add some code to check and correct the unprocessed builds tableChristopher Baines3-2/+106
2025-02-15Add a listen replChristopher Baines2-2/+42
2025-02-15Remove duplicate workaroundChristopher Baines1-7/+0
2025-02-15Move installing suspendable ports to run-coordinator-serviceChristopher Baines2-2/+3
2025-02-15Have the returned allocation plan filtering be optionalChristopher Baines1-21/+42
2025-02-13Move creating the pid fileChristopher Baines1-5/+5
2025-02-13Replace with-throw-handler with with-exception-handlerChristopher Baines6-110/+119
2025-02-12Remove direct backtrace call in the agentChristopher Baines1-1/+7
2025-02-12Use with-exception-handler rather than with-throw-handler in the agentChristopher Baines1-23/+23
2025-02-12Switch to safe variants of display and simple-formatChristopher Baines4-120/+140
2025-02-12Name the hook worker threadsChristopher Baines1-1/+3
2025-02-11Instrument the core dump file modified timeChristopher Baines1-0/+10
2025-02-10Work around the thread pool problemChristopher Baines1-1/+4
2025-02-10Improve hook exception printingChristopher Baines1-21/+27
2025-02-10Set the scheduler earlierChristopher Baines1-3/+3
2025-02-10Ensure build-coordinator-prompt-hook-processing-for-event works in threadsChristopher Baines2-3/+7
2025-02-10Alter how parallel hooks are implementedChristopher Baines1-83/+123
2025-02-10Actually reset the state of the reusable-conditionChristopher Baines1-10/+16
2025-02-09Increase the utility-thread-pool sizeChristopher Baines1-1/+1
2025-02-09Fix missing label valueChristopher Baines1-1/+2
2025-02-09Increase build-success parallelismChristopher Baines2-4/+4
2025-02-09Attempt to speed up datastore-update-unprocessed-builds-for-build-successChristopher Baines1-7/+5
2025-02-09Log the WAL checkpoint durationChristopher Baines1-1/+2
2025-02-09Fix use of the job labelChristopher Baines2-6/+6
2025-02-09Customise sqlite datastore histogram bucketsChristopher Baines1-3/+10
2025-02-09Process build-success background jobs in parallelChristopher Baines1-1/+2
2025-02-09Better instrument the background jobs queueChristopher Baines2-6/+52
2025-02-08Move part of the build-success operation to a background jobChristopher Baines10-32/+333
2025-02-08Add reusable conditionsChristopher Baines1-1/+42
2025-02-05Customise buckets for coordinator duration metricsChristopher Baines2-15/+32
2025-02-05Check the requested build exists in a few client operationsChristopher Baines1-0/+12
2025-01-15Fix call-with-thread typoChristopher Baines1-1/+1
2025-01-15Fix transaction rollback handlingChristopher Baines1-22/+29
2025-01-15Don't use a default timeout to avoid confusionChristopher Baines5-5/+9
2025-01-14Make more Knots compatability changesChristopher Baines1-63/+64
2025-01-14Update Guile KnotsChristopher Baines6-146/+146
2025-01-14Fix incompatability with Guile KnotsChristopher Baines2-3/+3
2025-01-13Use Guile KnotsChristopher Baines14-754/+304
2024-10-14Try to prioritise some database operationsChristopher Baines1-6/+11
2024-10-14Add make-discrete-priority-queueing-channelsChristopher Baines1-1/+45
2024-07-12Track errors when reading/substituting derivationsChristopher Baines1-2/+14