You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
XML
43 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData">
|
|
<processing-directives>
|
|
<overwrite-existing-data>true</overwrite-existing-data>
|
|
</processing-directives>
|
|
<schedule>
|
|
|
|
|
|
|
|
<!-- ReceiptOfLCLJob -->
|
|
<job>
|
|
<name>ReceiptOfLCLJob</name>
|
|
<group>System</group>
|
|
<description>ReturnReceiptScheduling</description>
|
|
<job-type>DSWeb.Job.ReceiptOfLCL.ReceiptOfLCLJob,DSWeb.Job.ReceiptOfLCL</job-type>
|
|
<durable>true</durable>
|
|
<recover>false</recover>
|
|
</job>
|
|
|
|
<!--<trigger>
|
|
<simple>
|
|
<name>ReceiptOfLCLJobScheduler</name>
|
|
<group>System</group>
|
|
<description>ReturnReceiptScheduling触发器</description>
|
|
<job-name>ReceiptOfLCLJob</job-name>
|
|
<job-group>System</job-group>
|
|
<repeat-count>-1</repeat-count>
|
|
<repeat-interval>300000</repeat-interval>
|
|
</simple>
|
|
</trigger>-->
|
|
|
|
<trigger>
|
|
<cron>
|
|
<name>ReceiptOfLCLJobScheduler</name>
|
|
<group>System</group>
|
|
<job-name>ReceiptOfLCLJob</job-name>
|
|
<job-group>System</job-group>
|
|
<cron-expression>0 0 21 * * ?</cron-expression>
|
|
</cron>
|
|
</trigger>
|
|
|
|
</schedule>
|
|
</job-scheduling-data> |