refactor(appsettings.Job): add coma
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"EnvelopeTaskApiJob": {
|
||||
"CronExpression": "0 0/1 * 1/1 * ? *"
|
||||
}
|
||||
},
|
||||
"Expressions": {
|
||||
"PerSec": "* * * * * ?"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user