-
Notifications
You must be signed in to change notification settings - Fork 99
feat(workers): implement Cloudflare Queue Consumer for ClickHouse sync #1812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
v2-docs | 3fff78c | Jan 08 2026, 05:47 PM |
508eda7 to
7388a0a
Compare
0bd5bf4 to
bcf092c
Compare
7388a0a to
7fa58a6
Compare
7fa58a6 to
95377e6
Compare
495a3e7 to
9700c2e
Compare
95377e6 to
7cb0db4
Compare
9700c2e to
ab157f5
Compare
7cb0db4 to
154ac86
Compare
ab157f5 to
7e41a1d
Compare
154ac86 to
8adf745
Compare
7e41a1d to
464a232
Compare
27e1420 to
eafad8b
Compare
464a232 to
d5d28f1
Compare
eafad8b to
e347a9d
Compare
b1b100e to
e0908fa
Compare
aa32baf to
062e939
Compare
aeb6573 to
825cb3e
Compare
825cb3e to
e514574
Compare
062e939 to
b8e1062
Compare
e514574 to
ebe7788
Compare
b8e1062 to
804fdfa
Compare
ebe7788 to
f87b7ce
Compare
55fd093 to
86cf1c3
Compare
f87b7ce to
9656ef1
Compare
86cf1c3 to
50f3052
Compare
75e6afb to
699a351
Compare
50f3052 to
3e94ee5
Compare
699a351 to
ce86d89
Compare
198a86b to
b8c79c1
Compare
ce86d89 to
7776f4c
Compare
7776f4c to
d50f9b1
Compare
b8c79c1 to
0e599c9
Compare
d50f9b1 to
a1ebdf4
Compare
0e599c9 to
972673c
Compare
a1ebdf4 to
3fff78c
Compare
| "queues": { | ||
| "producers": [ | ||
| { | ||
| "binding": "SPANS_OUTBOX_QUEUE", | ||
| "queue": "spans-outbox" | ||
| } | ||
| ], | ||
| "consumers": [ | ||
| { | ||
| "queue": "spans-outbox", | ||
| "max_batch_size": 100, | ||
| "max_batch_timeout": 5 | ||
| } | ||
| ] | ||
| }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section causes CI to fail because it doesn't meet Prettier's formatting standards. Run 'npm run format' or 'prettier --write cloud/wrangler.jsonc' to automatically format the file according to the project's style guidelines.
Spotted by Graphite Agent (based on CI logs)
Is this helpful? React 👍 or 👎 to let us know.

No description provided.