Read some endpoints on replica db (behind feature flag) (#16677)

Next steps: 
- move some workers' activities to replica db
This commit is contained in:
Marie
2025-12-19 10:48:18 +01:00
committed by GitHub
parent 1d2aba5b22
commit afaf47cdf5
11 changed files with 125 additions and 11 deletions
@@ -214,6 +214,7 @@ describe('WorkspaceEntityManager', () => {
IS_DASHBOARD_V2_ENABLED: false,
IS_TIMELINE_ACTIVITY_MIGRATED: false,
IS_GLOBAL_WORKSPACE_DATASOURCE_ENABLED: false,
IS_READ_ON_REPLICA_ENABLED: false,
},
eventEmitterService: {
emitMutationEvent: jest.fn(),