quartz_jobs.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. version="2.0">
  5. <processing-directives>
  6. <overwrite-existing-data>true</overwrite-existing-data>
  7. </processing-directives>
  8. <schedule>
  9. <job>
  10. <name>WCSRunJobs</name>
  11. <group>WCSRun</group>
  12. <description>WCS任务调度</description>
  13. <job-type>WCS.Service.Quartz.WCSRunJobs, WCS.Service</job-type>
  14. <durable>true</durable>
  15. <recover>false</recover>
  16. </job>
  17. <!--<job>
  18. <name>WorkingHoursMeanJobs</name>
  19. <group>WorkingHoursMean</group>
  20. <description>WMS业务逻辑轮训调度</description>
  21. <job-type>WCSService.WCS_Run.WorkingHoursMeanJobs,WCSService</job-type>
  22. <durable>true</durable>
  23. <recover>false</recover>
  24. </job>-->
  25. <trigger>
  26. <simple>
  27. <name>WCSRunJobsTrigger</name>
  28. <group>WCSRun</group>
  29. <description>WCSRunJobsTrigger触发器</description>
  30. <job-name>WCSRunJobs</job-name>
  31. <job-group>WCSRun</job-group>
  32. <start-time>2015-01-22T00:00:00+08:00</start-time>
  33. <repeat-count>-1</repeat-count>
  34. <repeat-interval>700</repeat-interval>
  35. </simple>
  36. </trigger>
  37. </schedule>
  38. </job-scheduling-data>