coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

Introduce backoff to retry requests #10

Closed MorganEPatch closed 7 years ago

MorganEPatch commented 7 years ago

Depends on #9.

In the event that a request to JIRA or GitHub fails, retry the requests with an exponential backoff, until the request succeeds or sufficient time has passed.

MorganEPatch commented 7 years ago

@squat Okay, good to know. The CONTRIBUTING.md file in our projects just refers to it as "subsystem", I didn't realize it was intended to specifically match the directory names.

MorganEPatch commented 7 years ago

@squat Fixed all of your comments.