cluster support in http API server

Wired it up and it seems to basically work, although the test suite is
not fully passing.

Note that --jobs currently gets multiplied by the number of nodes in the
cluster, which is probably not good.
This commit is contained in:
Joey Hess 2024-07-28 10:16:35 -04:00
parent 8ec174408e
commit 1259ad89b6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 71 additions and 41 deletions

View file

@ -28,7 +28,9 @@ Planned schedule of work:
## work notes
* Make http server support clusters.
* http proxying for a local git remote seems to probably not work
* git-annex testremote cluster
* Support proxying to git remotes using annex+http urls.
(Current documentation says proxying only works with ssh remotes,