Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划在 Service Fabric 群集中托管我的来宾可执行文件,但我怀疑如果我在 Service Fabric 节点上的来宾可执行文件死了会发生什么?
Service Fabric 会自动重新启动我的可执行文件吗
是的,它会在崩溃时重新启动。Service Fabric 检测进程何时崩溃。它将重新启动崩溃的进程。它将在不同的(健康的)集群节点上重新启动。
在这种情况下,您运行的是有状态/无状态服务还是来宾可执行文件并不重要。行为是相同的。
更多信息在这里