mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fix sleep time
This commit is contained in:
@@ -98,7 +98,7 @@ func (r *Runner) queueHandler() {
|
||||
timedOut = true
|
||||
break
|
||||
}
|
||||
time.Sleep(time.Second)
|
||||
time.Sleep(time.Microsecond)
|
||||
}
|
||||
|
||||
metricBaseName := fmt.Sprintf("run.%s.", task.cfg.AppName)
|
||||
|
||||
Reference in New Issue
Block a user