[Bug] 启动时连接 mongodb 失败, 未退出服务 #4097
-
Describe the problem(描述问题)根据 mongoose Error Handling, mongoose 第一次连接失败并不会自动重连 midwayjs 这里 也没判断是否是第一次连接的情况 因此, 如果服务启动时, 连接没成功, 此时服务不主动退出, 因为没有 mongo 连接, 依赖的 API 持续报错, 希望这里加上重试或者第一次连接报错则退出服务的机制 Midway Versions(Midway 版本)✓ @midwayjs/faas-typings(not installed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
这应该不算 bug
|
Beta Was this translation helpful? Give feedback.
这应该不算 bug