refactor(appsettings.Job): add coma

This commit is contained in:
2025-11-14 10:35:55 +01:00
parent 4b1d316b46
commit b996102a86
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
</PropertyGroup>
<ItemGroup>
<!--<PackageReference Include="DevExpress.Reporting.Core" Version="25.1.6" />
<PackageReference Include="DevExpress.Win.Navigation" Version="25.1.6" />-->
<PackageReference Include="Quartz.AspNetCore" Version="3.15.1" />
<PackageReference Include="Quartzmon" Version="1.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />

View File

@@ -4,7 +4,7 @@
},
"EnvelopeTaskApiJob": {
"CronExpression": "0 0/1 * 1/1 * ? *"
}
},
"Expressions": {
"PerSec": "* * * * * ?"
}