AN Long

Results 66 issues of AN Long

I found the API is not the same as README described, and have a dig and found the files on hackage is different from current master's: https://hackage.haskell.org/package/http-dispatch

部署过程中按 Ctrl+C 可以取消此次部署。取消过程中再次按 Ctrl+C 可以强行退出 CLI 进程。 相关接口: `POST /events/cancel/{eventToken}`。

enhancement

支持日志导出,并且最好能支持多种格式(plain text / JSON) - [x] 云引擎控制台日志导出 - [ ] ~~云引擎 access log 导出~~ - [ ] 存储服务 access log 导出

When using `start_pprof_server` with gevent monkey patched threading module, server will block when someone called the pprof endpoint. This is because thread is patched to be greenlet, which is nonpreemptive,...