Move RestartDelayedEventServlet to workers (#19207)

This commit is contained in:
Andrew Morgan
2025-11-27 16:44:17 +00:00
committed by GitHub
parent 52089f1f79
commit 566670c363
7 changed files with 49 additions and 14 deletions

View File

@@ -196,6 +196,7 @@ WORKERS_CONFIG: dict[str, dict[str, Any]] = {
"^/_matrix/client/(api/v1|r0|v3|unstable)/keys/upload",
"^/_matrix/client/(api/v1|r0|v3|unstable)/keys/device_signing/upload$",
"^/_matrix/client/(api/v1|r0|v3|unstable)/keys/signatures/upload$",
"^/_matrix/client/unstable/org.matrix.msc4140/delayed_events(/.*/restart)?$",
],
"shared_extra_conf": {},
"worker_extra_conf": "",