Skip to content

Commit

Permalink
feat: add system trigger to run job each night
Browse files Browse the repository at this point in the history
OCD-4517
  • Loading branch information
tmy1313 committed Jan 7, 2025
1 parent 1a524a1 commit fb40bfb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions chpl/chpl-resources/src/main/resources/system-triggers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,16 @@
<cron-expression>0 30 6 * * ?</cron-expression> <!-- At 0630 UTC every day -->
</cron>
</trigger>
<trigger>
<cron>
<name>realWorldTestingSummaryReportCreator</name>
<group>realWorldTestingSummaryReportCreatorJobTrigger</group>
<job-name>realWorldTestingSummaryReportCreatorJob</job-name>
<job-group>systemJobs</job-group>
<misfire-instruction>MISFIRE_INSTRUCTION_DO_NOTHING</misfire-instruction>
<cron-expression>0 15 6 * * ?</cron-expression> <!-- At 0615 UTC every day -->
</cron>
</trigger>

</schedule>
</job-scheduling-data>

0 comments on commit fb40bfb

Please sign in to comment.