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 16:25:52 +00:00
committed by GitHub
parent 12fd206c35
commit d2d43f4115
2 changed files with 12 additions and 2 deletions
@@ -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.