Use the primary DB for DomainInfoFlow (#2750)

This avoids potential replication lag issues when requesting info on
domains that were just created.
This commit is contained in:
gbrodman
2025-05-13 18:00:30 +00:00
committed by GitHub
parent c5a39bccc5
commit 8cecc8d3a8
4 changed files with 24 additions and 5 deletions
@@ -0,0 +1,11 @@
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<check>
<domain:check
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
<domain:name>%DOMAIN%</domain:name>
</domain:check>
</check>
<clTRID>ABC-12345</clTRID>
</command>
</epp>