feat(nextRun): рассчет поля NextRun по расписанию

This commit is contained in:
Mikhail Trubnikov
2024-02-05 16:05:02 +10:00
parent 51503a5964
commit bacd6f0021
17 changed files with 305 additions and 4 deletions

View File

@@ -0,0 +1,32 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=10.99.253.184;Database=parr;User Id=app_parr; Password=PosdfkhT&)%sdfligL&%5546;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
},
"WriteTo": [
{
"Name": "File",
"Args": {
"path": "log/log-.txt",
"rollingInterval": "Day"
}
}
]
},
"WorkerSettings": {
"RepeatEvery": "0:50:00"
}
}