Migrate to JobBackOff

This commit is contained in:
Emile Vauge 2016-08-19 14:24:09 +02:00
parent 95e8f0a31e
commit d340ccd601
No known key found for this signature in database
GPG key ID: D808B4C167352E59
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"