mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Consolidate some cron groups and use fanout action for more retrying
This is the first step in consolidating our task queues down into a smaller number. We have lots of tasks that run quite infrequently, and they can all run in the same queue to get retry semantics without needing a new queue for each cron entry. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131990472
This commit is contained in:
parent
7d1a30d8d6
commit
c06133435b
5 changed files with 19 additions and 19 deletions
|
@ -94,7 +94,7 @@
|
|||
</cron>
|
||||
|
||||
<cron>
|
||||
<url><![CDATA[/_dr/cron/fanout?queue=group-members-sync&endpoint=/_dr/task/syncGroupMembers&runInEmpty]]></url>
|
||||
<url><![CDATA[/_dr/cron/fanout?queue=retryable-cron-tasks&endpoint=/_dr/task/syncGroupMembers&runInEmpty]]></url>
|
||||
<description>
|
||||
Syncs RegistrarContact changes in the past hour to Google Groups.
|
||||
</description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue