Change syncRemoteTask scheduled task to be a POST (#3185)

Turns out before we were using GET for everything. The action is, and
should remain, a POST on the back end so let's call that.
This commit is contained in:
gbrodman
2026-07-29 18:52:59 +00:00
committed by GitHub
parent fc4246ea95
commit 0ce83c8b2d
2 changed files with 8 additions and 1 deletions
@@ -326,6 +326,7 @@
<task>
<url><![CDATA[/_dr/task/syncRemoteCache]]></url>
<name>syncRemoteCache</name>
<method>POST</method>
<description>
Syncs remote (Valkey/Redis) EPP resource caches with changes made recently.
</description>