data-service/guix-data-service/web
Christopher Baines c3cb04cb80 Use fibers when processing new revisions
Just have one fiber at the moment, but this will enable using fibers for
parallelism in the future.

Fibers seemed to cause problems with the logging setup, which was a bit odd in
the first place. So move logging to the parent process which is better anyway.
2023-11-05 13:46:20 +00:00
..
build Stop using a pool of threads for database operations 2023-07-10 18:56:31 +01:00
build-server Use the connection pool for build events 2023-08-23 12:19:22 +01:00
compare URI encode some derivation names in links 2023-09-07 11:14:11 +01:00
dumps
jobs Use fibers when processing new revisions 2023-11-05 13:46:20 +00:00
nar Stop using a pool of threads for database operations 2023-07-10 18:56:31 +01:00
package Stop using a pool of threads for database operations 2023-07-10 18:56:31 +01:00
repository Support polling git repositories for new branches/revisions 2023-10-09 22:19:02 +01:00
revision Fix some uses of select-build-server-urls-by-id 2023-07-20 16:12:00 +01:00
view Support polling git repositories for new branches/revisions 2023-10-09 22:19:02 +01:00
controller.scm Add metrics for ports and file descriptors 2023-09-07 11:16:45 +01:00
html-utils.scm
query-parameters.scm
render.scm Adjust render procedures to not use procedures for responses 2023-02-09 11:49:41 +00:00
server.scm Drop the resource pool timeout 2023-07-14 10:35:44 +01:00
sxml.scm
util.scm Fix some URL encoding issues around derivation names 2022-01-31 20:27:11 +00:00