atian25/egg-remote-config

[RemoteConfig] load */remote_config.json fail: ENOENT: no such file or directory

ctocto opened this issue · 0 comments

在本地开发环境下,修改代码后 work 会 reload,app 的 configWillLoad 读配置文件失败,文件不存在了,因为 agent 在 serverDidReady 已经把remote_config.json文件删掉了。
如果在生产环境下,App Worker 异常退出,Master fork 的 新Worker 进程,会不会也是一样读不到文件了?跟开发环境类似文件已经不存在了。