mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
As a read-only action that tolerates staleness, locking is unnecessary. This should help with the lock contention we are observing. Also reduces the number of VM instances provisioned for BSA and increase the idle timeout. This should reduce invocation delay. Longer delay may cause AppEngine to return `Timeout` status to Cloud Scheduler even though the cron job succeeds.