mirror of
https://github.com/google/nomulus
synced 2026-05-28 10:40:44 +00:00
This class was accidentally deleted in #1661. This PR recreates it by mostly re-adding its SQL-based code flow: https://cs.opensource.google/nomulus/nomulus/+/master:core/src/test/java/google/registry/batch/RefreshDnsOnHostRenameActionTest.java;drc=9912e35ea297e969a428efdb1f8f01c86d794305;bpv=0;bpt=0 It does away with a pull queue due to incompatibility with Cloud Tasks. Given what we have seen (about 700 tasks enqueued since May 2022), it does not add much value in batching this operation anyway. Also deleted AsyncTaskMetrics, which is not used any more. I don't think we need to re-add metrics for this class either.