1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 22:15:30 +00:00

Set up sendExpiringCertificateNotificationEmail cron job in prod (#1272)

* Set up sendExpiringCertificateNotificationEmail cron job in prod
This commit is contained in:
Rachel Guan
2021-09-13 13:36:11 -04:00
committed by GitHub
parent fe714329c9
commit 0e6b5e949d

View File

@@ -193,6 +193,15 @@
<target>backend</target>
</cron>
<cron>
<url><![CDATA[/_dr/task/sendExpiringCertificateNotificationEmail]]></url>
<description>
This job runs an action that sends emails to partners if their certificates are expiring soon.
</description>
<schedule>every day 04:30</schedule>
<target>backend</target>
</cron>
<cron>
<url><![CDATA[/_dr/cron/fanout?queue=export-snapshot&endpoint=/_dr/task/backupDatastore&runInEmpty]]></url>
<description>