feat(core,dal,domain,snapshotWorker): Воркер по управлению снапшотами. Создание сгапшотов для таблицы RobotConfigurations
This commit is contained in:
13
PARR.SnapshotWorker/Settings/CommonSettings.cs
Normal file
13
PARR.SnapshotWorker/Settings/CommonSettings.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using PARR.Core.Services.Snapshots.Interfaces;
|
||||
|
||||
namespace PARR.SnapshotWorker.Settings
|
||||
{
|
||||
internal record CommonSettings : ISnapshotSettings
|
||||
{
|
||||
public TimeSpan RobotConfigurationSnapshotInterval { get; init; }
|
||||
|
||||
public TimeSpan RobotConfigurationSnapshotRetentionPeriod { get; init; }
|
||||
|
||||
public TimeSpan RobotSnapshotRetentionPeriod { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user