mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Having a short maximum lock duration doesn't affect the lock performance - since the lock is only in use while the command is running anyway (which doesn't depend on the maximum lock duration). It only affects the behavior if the command running time is longer than the maximum lock duration. If that happens - the command will fail, retry, and fail again forever. This may be a left-over from the old code, where the publishDnsUpdates itself read the domains from the pull queue and published them - which would mean that killing the command doesn't undo the work done. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182255446 |
||
---|---|---|
.. | ||
com/google/testing/builddefs | ||
google/registry |