refactor(dotnet): add scheduler audit trail
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
namespace QuantEngine.Web.Services;
|
||||
|
||||
using System;
|
||||
|
||||
public sealed record SchedulerJobDefinition(
|
||||
string JobId,
|
||||
string Cron,
|
||||
|
||||
Reference in New Issue
Block a user