Actions
Bug #20541
openmake crunch-run API calls lighter weight, avoid fetching mounts (or returning mounts on update) when not needed
Status:
In Progress
Priority:
Normal
Assigned To:
Category:
API
Target version:
Start date:
06/01/2023
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Related issues
Updated by Brett Smith 8 days ago
I had a potentially evil thought: I believe the Go SDK knows for sure that the caller will not use the output when they call an arvadosclient
method with output == nil
. Could arvadosclient
automatically set select = ["uuid"]
in this case? This would automatically optimize a lot of API calls, including some of the ones in crunch-run we're concerned about like the regular cost updates.
Updated by Tom Clegg 1 day ago
20541-less-fetching-mounts @ 61da7aaa22e071f83fe8bdae4e8fb06a6c3779d8 -- developer-run-tests: #3679
Updated by Peter Amstutz 1 day ago
- Related to Story #20599: Scaling to 1000s of concurrent containers added
Updated by Tom Clegg about 12 hours ago
20541-less-fetching-mounts @ 61da7aaa22e071f83fe8bdae4e8fb06a6c3779d8 -- developer-run-tests: #3683
Actions