1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00

Fix a Cloud Scheduler deployment bug (#2707)

For GKE all tasks should be on backend, BSA was on its own service
because of egress IP constraint.

Also made it possible to specify a timeout for the Cloud Scheduler job,
with the default (3m) suitable for most tasks.
This commit is contained in:
Lai Jiang
2025-03-06 11:25:52 -05:00
committed by GitHub
parent 12fd206c35
commit d2d43f4115
2 changed files with 12 additions and 2 deletions

View File

@@ -301,6 +301,7 @@
<url><![CDATA[/_dr/task/bsaValidate]]></url>
<name>bsaValidate</name>
<service>bsa</service>
<timeout>10m</timeout>
<description>
Validates the processed BSA data in the database against the original
block lists.