Skip to content

Commit 692316e

Browse files
authored
fix(realtime): Upgrade to @electric-sql/client@1.0.14 to prevent cached 409 Conflict errors from breaking realtime updates (#2588)
1 parent 107f4dc commit 692316e

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

.changeset/bright-snails-pull.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
fix(realtime): Upgrade to @electric-sql/client@1.0.14 to prevent cached 409 Conflict errors from breaking realtime updates

docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ services:
5454
environment:
5555
DATABASE_URL: postgresql://postgres:postgres@database:5432/postgres?sslmode=disable
5656
ELECTRIC_INSECURE: true
57+
ELECTRIC_ENABLE_INTEGRATION_TESTING: true
5758
networks:
5859
- app_network
5960
ports:

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
},
168168
"dependencies": {
169169
"@bugsnag/cuid": "^3.1.1",
170-
"@electric-sql/client": "1.0.0-beta.1",
170+
"@electric-sql/client": "1.0.14",
171171
"@google-cloud/precise-date": "^4.0.0",
172172
"@jsonhero/path": "^1.0.21",
173173
"@opentelemetry/api": "1.9.0",

pnpm-lock.yaml

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)