Merge lp://staging/~ralsina/tanuki-agent/retry-this-time-its-personal into lp://staging/tanuki-agent
Proposed by
Roberto Alsina
Status: | Merged |
---|---|
Approved by: | Roberto Alsina |
Approved revision: | 98 |
Merged at revision: | 98 |
Proposed branch: | lp://staging/~ralsina/tanuki-agent/retry-this-time-its-personal |
Merge into: | lp://staging/tanuki-agent |
Diff against target: |
232 lines (+48/-29) 3 files modified
agent.py (+19/-10) scripts/e2e.py (+27/-16) test_agent.py (+2/-3) |
To merge this branch: | bzr merge lp://staging/~ralsina/tanuki-agent/retry-this-time-its-personal |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Celso Providelo (community) | Approve | ||
Review via email: mp+274437@code.staging.launchpad.net |
Commit message
Automatic retries fail with oauth-signed requests, change to use manual retries.
Description of the change
Automatic retries fail with oauth-signed requests, change to use manual retries.
To post a comment you must log in.
Thanks, ROberto.