killa

Results 46 comments of killa

Sorry, I'm still looking for a suitable Windows machine to run Node.js compilation and testing. I will provide an update once there is progress.

@lpinca I've identified the cause. On the Windows platform, it requires manual release of the fd; otherwise, it will block the process from cleaning up the temporary directory upon exiting....

😅 Force push let the ci down `fatal: reference is not a tree: 7bcb45c7a81c3bba6e9ffa96754329c9facd4aa4`.

It's updated. Thanks very much for review and lots of help.

这需要从长计议一下了,目前 tegg 中容易引起 npm 的循环依赖,得做一下改造。

> @killagu 这个 RP 我理解是为了解决 egg gruaceful stop 的问题,现在的行为是不等 worker 退出 app 就强制 kill 了。我现在也遇到了这个问题,这个 PR 可以 Merge 吗? https://github.com/eggjs/egg-cluster/blob/2b662a5d5a86cebf1096648afe473a96ce09b498/lib/utils/terminate.js#L18-L22 这里有一个超时等待的,是不是没有在超时时间内退出?

这个还是有点问题,可能在并发的时候出一些数据错误。得做成抢占式,同一时间一个包只能有一个任务在同步。

可以搞个增强能力,console 可以复制到一个独立日志文件,然后想怎么改都可以了。不论是加前缀还是结构化都不影响。

+1,EggLogger 里加个。

https://github.com/eggjs/egg/blob/master/config/config.default.js#L150 这里可以增加需要忽略的 key。