Branch: refs/heads/gh-readonly-queue/master/pr-6559-b99f5fb3c93022696e64cea9303e64539da1cdf6
Home:
https://github.com/google/syzkaller
Commit: 54c44ce53f9d4fda314d14c21458d3fcf6310820
https://github.com/google/syzkaller/commit/54c44ce53f9d4fda314d14c21458d3fcf6310820
Author: Dmitry Vyukov <
dvy...@google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M dashboard/dashapi/dashapi.go
Log Message:
-----------
dashboard/dashapi: retry requests on errors
API requests episodically fail due to internal datastore errors, some timeouts, etc.
Failure of some requests is especially unpleasant and leads to lots of wasted work
(uploading of syz-ci build info, job completion, etc). So we retry requests
several times. We do this always for all requests, since we don't expect any of them
to legitimately fail (we don't send malformed requests), and it won't harm for any
request types.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications