add compute remote uuid to compute state url
authorJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2025 22:44:40 +0000 (18:44 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 25 Feb 2025 22:44:40 +0000 (18:44 -0400)
commite702cb94fffbdcd023f95ce0255ebf2f37c89dc4
tree603357f87b0e93ba4502e81ff85f581500f31a88
parent2b8428bb170b72ee7a9eb643b1cfee0ffdbbf89d
add compute remote uuid to compute state url

Otherwise, two different compute remotes that happen to take the same
input would use the same compute state url. Which seems wrong.
Command/AddComputed.hs
Remote/Compute.hs