mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
fixed idlewatcher panic, dashboard app name, route not removing on container destroy
This commit is contained in:
@@ -125,6 +125,7 @@ func newSubTask(ctx context.Context, name string) *task {
|
||||
}
|
||||
tasksMap.Store(t, struct{}{})
|
||||
taskWg.Add(1)
|
||||
logrus.Debugf("task %q started", name)
|
||||
return t
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user