[service] Add worker info system
This commit is contained in:
@@ -151,6 +151,7 @@ func debugInfo(ar *api.Request) (data []byte, err error) {
|
||||
// Detailed information.
|
||||
updates.AddToDebugInfo(di)
|
||||
compat.AddToDebugInfo(di)
|
||||
module.instance.AddWorkerInfoToDebugInfo(di)
|
||||
di.AddGoroutineStack()
|
||||
|
||||
// Return data.
|
||||
|
||||
Reference in New Issue
Block a user