Migrate to JobBackOff

This commit is contained in:
Emile Vauge
2016-08-19 14:24:09 +02:00
parent 95e8f0a31e
commit d340ccd601
10 changed files with 30 additions and 72 deletions

View File

@@ -2,7 +2,7 @@ package utils
import (
"errors"
"github.com/cenkalti/backoff"
"github.com/emilevauge/backoff"
"net/http"
"strconv"
"time"