mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix configuration load from environment variables (#123)
Fix configuration load from environment variables Fixed #119
This commit is contained in:
committed by
Seif Lotfy سيف لطفي
parent
659d30dd9f
commit
eed5422c59
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user