不知道什么原因突然服务全部停止了,去哪里看详细日志?
只有nginx的日志
2026/05/23 09:22:33 [error] 761288#0: *1349137 upstream timed out (110: Connection timed out) while reading response header from upstream, client:
2026/05/23 09:22:34 [error] 761286#0: *1349360 upstream timed out (110: Connection timed out) while reading response header from upstream, client:
"require": {
"php": ">=8.1",
"workerman/webman-framework": "^2.1",
"monolog/monolog": "^2.0",
"shopwwi/webman-auth": "^2.0",
"webman/database": "^2.1",
"webman/redis": "^2.1",
"illuminate/events": "^12.14",
"webman/captcha": "^1.0",
"illuminate/redis": "^12.15",
"webman/event": "^1.0.5",
"illuminate/pagination": "^12.15",
"symfony/var-dumper": "^7.2",
"topthink/think-template": "^3.0",
"chillerlan/php-qrcode": "^5.0",
"webman/log": "^2.1",
"wechatpay/wechatpay": "^1.4",
"workerman/crontab": "^1.0",
"wechatpay/wechatpay-guzzle-middleware": "^0.2.2",
"phpseclib/phpseclib": "*",
"zoujingli/ip2region": "^3.0",
"webman/console": "*",
"guzzlehttp/guzzle": "^7.0",
"phpoffice/phpspreadsheet": "*",
"lpilp/guomi": "*",
"webman/redis-queue": "~2.1",
"workerman/workerman": "^5.1.6",
"revolt/event-loop": "*"
}
看了一下webman日志,这个错误
但是实际上没有用到数据库事物,也都加了索引
你让AI帮你排查下,肯定是锁没有释放,尤其是多进程的情况下,抢锁了。