Replies: 1 comment
-
自带的导入导出过于依赖code,对于跨环境的配置同步不友好,尤其是有依赖节点的情况下 我的解决方案是弃用自带的导入导出,依赖外部配置,把配置通过版本管理同步到生产环境,用脚本调用API实现外部配置的导入 这是我用于导入调度配置的脚本,你可以参考下: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,目前我们的做法是:
遇到的问题有:
如上,因为手动环节较多,所以经常发生一些 miss,故希望像大家请教,看看应该如何更好的进行发布上线工作。
Beta Was this translation helpful? Give feedback.
All reactions