mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 06:33:18 +02:00
Improved healthcheck, idlewatcher support for loadbalanced routes, bug fixes
This commit is contained in:
@@ -212,9 +212,9 @@ func GlobalContextWait(timeout time.Duration) {
|
||||
case <-done:
|
||||
return
|
||||
case <-after:
|
||||
logrus.Println("Timeout waiting for these tasks to finish:")
|
||||
logrus.Warnln("Timeout waiting for these tasks to finish:")
|
||||
tasksMap.Range(func(t *task, _ struct{}) bool {
|
||||
logrus.Println(t.tree())
|
||||
logrus.Warnln(t.tree())
|
||||
return true
|
||||
})
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user