gergo/webhookRegions (#3459)

* feat(webhooks): multi region webhook resolver

* feat(webhooks): multi region webhook cleanup

* fix(webhooks): DI fixes

* feat(activitystream): region aware save activity

* feat(accessrequests): multi region

* feat(cli): allow multi region project and commit download

* feat(postgres): make docker postgres 0 day multi region ready

* feat(cli): allow multi region project and commit download properly

* fix(cross-server-sync): di fix

* feat(activitystream): non region aware activities, they are not project data

* fix(webhooks): triggers need to be included

* feat(stream/projectCreate): activity save is not needed any more, its all event based

* feat(multiRegion): get all registered db clients

* fix(regions): test equal in any order

* fix(projectDownload): need to await
This commit is contained in:
Gergő Jedlicska
2024-11-08 10:45:39 +01:00
committed by GitHub
parent 5052355698
commit 73cc7e67d3
44 changed files with 383 additions and 611 deletions
+3
View File
@@ -1,3 +1,6 @@
-- setup for replication
ALTER SYSTEM SET wal_level = logical;
CREATE DATABASE speckle2_test
WITH
OWNER = speckle