Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Issue 2181343002: swarming: Back off requests on poll failure. (Closed)

Created:
4 years, 4 months ago by M-A Ruel
Modified:
4 years, 4 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Base URL:
git@github.com:luci/luci-py.git@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Math is hard #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M appengine/swarming/swarming_bot/bot_code/bot_main.py View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
M-A Ruel
4 years, 4 months ago (2016-07-26 15:16:16 UTC) #1
Vadim Sh.
https://codereview.chromium.org/2181343002/diff/1/appengine/swarming/swarming_bot/bot_code/bot_main.py File appengine/swarming/swarming_bot/bot_code/bot_main.py (right): https://codereview.chromium.org/2181343002/diff/1/appengine/swarming/swarming_bot/bot_code/bot_main.py#newcode522 appengine/swarming/swarming_bot/bot_code/bot_main.py:522: time.sleep(min(1, max(60, botobj.state.get('sleep_streak', 10) * 2))) this will always ...
4 years, 4 months ago (2016-07-26 17:56:13 UTC) #2
M-A Ruel
https://codereview.chromium.org/2181343002/diff/1/appengine/swarming/swarming_bot/bot_code/bot_main.py File appengine/swarming/swarming_bot/bot_code/bot_main.py (right): https://codereview.chromium.org/2181343002/diff/1/appengine/swarming/swarming_bot/bot_code/bot_main.py#newcode522 appengine/swarming/swarming_bot/bot_code/bot_main.py:522: time.sleep(min(1, max(60, botobj.state.get('sleep_streak', 10) * 2))) On 2016/07/26 17:56:13, ...
4 years, 4 months ago (2016-07-28 15:26:05 UTC) #3
Vadim Sh.
lgtm
4 years, 4 months ago (2016-07-28 16:42:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2181343002/20001
4 years, 4 months ago (2016-07-28 16:45:25 UTC) #6
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 16:48:40 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://github.com/luci/luci-py/commit/abb5fc03bdf497843a35b7286cc853cd68f82cf8

Powered by Google App Engine
This is Rietveld 408576698