Replies: 1 comment
-
My ReplicaClient is an HTTP client that writes to a Cloudflare Worker, which then stores data in R2. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented the following code to handle replication using Litestream, but I am not sure if this is the correct way to do it.
I’ve noticed some issues:
Log excerpt:
After this log, no LTX files are sent for several minutes, even though the database continues to receive writes. Eventually replication resumes, but sometimes it does not.
Code:
Questions:
ReplicaClient
?Beta Was this translation helpful? Give feedback.
All reactions