refactor(dotnet): add scheduler audit trail
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 16s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 2m0s

This commit is contained in:
2026-07-13 00:11:52 +09:00
parent d7c106f292
commit ee4ae5583d
3 changed files with 88 additions and 1 deletions
@@ -1,5 +1,7 @@
namespace QuantEngine.Web.Services;
using System;
public sealed record SchedulerJobDefinition(
string JobId,
string Cron,