2019年5月21日

和豆瓣CMGS交流

该文被密码保护。 阅读全文

posted @ 2019-05-21 15:39 ExplorerMan 阅读(0) 评论(0) 推荐(0)

用threading 解决 gunicorn worker timeout

摘要: 产生worker timeout 的背景 while 1: ..... time.sleep(1) gunicorn运行起来,只等待了30s,就卡住了,没报任何异常或err,查了gunicorn 官方文档,原来是线程默认等待30s 就kill 掉,再restart http://docs.gunic 阅读全文

posted @ 2019-05-21 14:56 ExplorerMan 阅读(2209) 评论(0) 推荐(0)

导航