fix(web): migrate Hangfire storage from SqlServer to PostgreSql to prevent startup crash
Quant Engine CI/CD Pipeline / validate-core (push) Failing after 10s
Quant Engine CI/CD Pipeline / validate-ui-and-storage (push) Has been skipped
WBS-9.3 - NULL Policy CI Gate / NULL Policy Validation (push) Failing after 8s
Deploy to Production / Build & Deploy to Production (push) Failing after 2m15s

This commit is contained in:
2026-07-05 18:45:23 +09:00
parent ef809e48de
commit 4b53a6d0cb
3 changed files with 4 additions and 7 deletions
-1
View File
@@ -23,7 +23,6 @@ using Microsoft.Extensions.Options;
using MudBlazor.Services;
using QuantEngine.Web.Services;
using Hangfire;
using Hangfire.SqlServer;
// Serilog Configuration with Telegram Sink
Log.Logger = new LoggerConfiguration()