feat: 实现数据库备份和恢复并发调度 (#84)

This commit is contained in:
kanzihuang
2024-01-11 11:35:51 +08:00
committed by GitHub
parent 3857d674ba
commit bbec3eca0d
40 changed files with 1373 additions and 843 deletions

View File

@@ -41,6 +41,7 @@ func runWebServer(ctx context.Context) {
if err != nil {
logx.Errorf("Failed to Shutdown HTTP Server: %v", err)
}
initialize.Terminate()
}()