aboutsummaryrefslogtreecommitdiff
path: root/nar-herder/cached-compression.scm
Commit message (Expand)AuthorAge
* Fix use of alist-consChristopher Baines2024-04-16
* Add some error handling to the cached compression management fiberChristopher Baines2024-04-16
* Add some debugging output to the cached compression management fiberChristopher Baines2024-04-16
* Store less in memory when scheduling the removal of cached narsChristopher Baines2024-04-05
* Add more logging around scheduled removal of cached compressionsChristopher Baines2024-04-02
* Raise level of some cached compression log messagesChristopher Baines2024-04-01
* Track the number of cached nars scheduled for removalChristopher Baines2024-03-27
* Limit the frequency of the cached-compression-schedule-removal passChristopher Baines2024-03-26
* Add a fallback TTL for cached compression removalsChristopher Baines2024-03-25
* Move all the database operations for cached nars to one fiberChristopher Baines2024-03-25
* Instrument the number of cached compression filesChristopher Baines2024-03-25
* Rework the cached compressions systemChristopher Baines2024-03-25
* Rename with-fibers-port-timeouts to with-port-timeoutsChristopher Baines2024-03-23
* Spawn cached compression fibers on the maintenance schedulerChristopher Baines2024-03-15
* Use fibers timeouts for all http requestsChristopher Baines2023-09-12
* Remove set-socket-timeoutChristopher Baines2023-09-12
* Stop using with-port-timeoutsChristopher Baines2023-09-12
* Name some worker threadsChristopher Baines2023-09-08
* Cleanup temp files on exceptions when generating cached compressionsChristopher Baines2023-07-08
* Set low level timeouts for HTTP requestsChristopher Baines2023-06-30
* Insert cached narinfo files in a transactionChristopher Baines2023-05-29
* Avoid generating cached compressions of already compressed filesChristopher Baines2023-05-22
* Include the response code in some errorsChristopher Baines2023-05-21
* Name the cached compression work queueChristopher Baines2023-05-21
* Use a explicit transaction when removing cache narinfo file entriesChristopher Baines2023-05-20
* Tweak code for removing cached narsChristopher Baines2023-05-20
* Fix uri encoding issues with respect to cached compression filesChristopher Baines2023-02-07
* Finish an initial implementation of pruning the cached narsChristopher Baines2023-02-04
* Instrument the cached bytes by compressionChristopher Baines2023-02-04
* Fix initially computing the cached bytes by compressionChristopher Baines2023-02-04
* Properly implement cached compression levelsChristopher Baines2023-02-03
* Be more flexible with cached compressionsChristopher Baines2023-02-01
* Change the worker threads to allow nesting callsChristopher Baines2023-01-16
* Add experimental support for cached compressionsChristopher Baines2023-01-16