Chromium Code Reviews
DescriptionUse a datastore batcher for build queries.
Queries are timing out. This is because processing elements is
CPU-intensive, and datastore queries have a maximum lifetime of 30
seconds. Use batching to break the single query/deserialize process into
a series of consecutive queries so any individual query doesn't run into
the timeout limit.
Note that really high limits will still bump into the actual AppEngine
request timeout.
BUG=chromium:687236
TEST=None
R=estaab@chromium.org, hinoka@chromium.org
Review-Url: https://codereview.chromium.org/2668763002
Committed: https://github.com/luci/luci-go/commit/b7c33500af911388323e6e612e933ea0f7f57888
Patch Set 1 #
Total comments: 2
Messages
Total messages: 12 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||