Skip to content

how to set max deep,or check max recycle #1083

@lxklzp

Description

@lxklzp

like this components

"components": {
"schemas": {
"RootAlarmVo": {
"type": "object",
"properties": {
"sRuleName": {
"type": "string",
"description": "状态码"
}
"subAlarmList": {
"type": "array",
"description": "子告警信息",
"items": {
"$ref": "#/components/schemas/RootAlarmVo"
},
"enum": [
"array"
]
}
},
"description": "故障单关联根子告警出参实体-RootAlarm节点"
},
}

golang error:goroutine stack exceeds 1000000000-byte limit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions