feat: read model outbox 재시도 dispatcher를 추가

This commit is contained in:
2026-08-16 18:09:04 +00:00
parent 54126cd67f
commit 8278ef5221
9 changed files with 611 additions and 1 deletions
+4
View File
@@ -7,6 +7,10 @@ export default defineConfig({
test: {
environment: 'node',
globals: true,
// Integration files share the explicitly supplied disposable schema.
// Keep file-level TRUNCATE/setup boundaries from racing each other;
// individual tests still create concurrent writers deliberately.
fileParallelism: false,
include: ['test/**/*.test.ts'],
},
});