Skip to content

Commit 37ffc30

Browse files
authored
Delay ABV ETL (#1497)
* Delay ABV ETL by 4 minutes * Update comment to match schedule
1 parent 66dfe98 commit 37ffc30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

onprc_ehr/resources/etls/AvailableBlood.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</transform>
1111
</transforms>
1212
<schedule>
13-
<cron expression="0 1,31 5-20 ? * * *"/> <!-- :01 and :31 after the hour for hours 5am through 8pm -->
13+
<cron expression="0 5,35 5-20 ? * * *"/> <!-- :05 and :35 after the hour for hours 5am through 8pm -->
1414
</schedule>
1515
</etl>

onprc_ehr/src/org/labkey/onprc_ehr/notification/AvailableBloodVolumeNotification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public String getEmailSubject(Container c)
3939
* Server mkt8: Runs at :25 from 4:25am to 7:25pm
4040
*
4141
* ABV ETL:
42-
* :01 and :31 after the hour for hours between 05:00 and 20:00
42+
* :05 and :35 after the hour for hours between 05:00 and 20:00
4343
* 0 1,31 5-20 ? * * *
4444
*/
4545
@Override

0 commit comments

Comments
 (0)