Fix configuration load from environment variables (#123)

Fix configuration load from environment variables
Fixed #119
This commit is contained in:
C Cirello
2016-10-05 19:10:21 +02:00
committed by Seif Lotfy سيف لطفي
parent 659d30dd9f
commit eed5422c59
2 changed files with 8 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ func RunAsyncRunner(tasksrv, port string) {
for {
task, err := getTask(u)
if err != nil {
log.WithError(err)
log.WithError(err).Info("Cannot get task")
time.Sleep(1 * time.Second)
continue
}