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.
DS7/DSWeb.Service.Output.DS7/quartz_jobs.xml

31 lines
1002 B
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>
<job>
<name>JobDS7BillOutput</name>
<group>System</group>
<description>账单中心数据导出到东胜7任务</description>
<job-type>DSWeb.BillCenter.Service.DS7.JobDS7BillOutput,DSWeb.BillCenter.Service.DS7</job-type>
<durable>true</durable>
<recover>false</recover>
</job>
<trigger>
<simple>
<name>TriggerDS7BillOutput</name>
<group>System</group>
<description>账单中心数据导出到东胜7任务触发器</description>
<job-name>JobDS7BillOutput</job-name>
<job-group>System</job-group>
<repeat-count>-1</repeat-count>
<repeat-interval>60000</repeat-interval>
</simple>
</trigger>
</schedule>
</job-scheduling-data>