mirror of
https://github.com/google/nomulus.git
synced 2025-05-09 08:18:21 +02:00
Set up sendExpiringCertificateNotificationEmail cron job in prod (#1272)
* Set up sendExpiringCertificateNotificationEmail cron job in prod
This commit is contained in:
parent
e75c1c33eb
commit
b6e2108bf6
1 changed files with 9 additions and 0 deletions
|
@ -193,6 +193,15 @@
|
||||||
<target>backend</target>
|
<target>backend</target>
|
||||||
</cron>
|
</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>
|
<cron>
|
||||||
<url><![CDATA[/_dr/cron/fanout?queue=export-snapshot&endpoint=/_dr/task/backupDatastore&runInEmpty]]></url>
|
<url><![CDATA[/_dr/cron/fanout?queue=export-snapshot&endpoint=/_dr/task/backupDatastore&runInEmpty]]></url>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Add table
Reference in a new issue