mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
## Problem If cancel request ends up on the wrong proxy instance, it doesn't take an effect. ## Summary of changes Send redis notifications to all proxy pods about the cancel request. Related issue: https://github.com/neondatabase/neon/issues/5839, https://github.com/neondatabase/cloud/issues/10262
19 lines
384 B
TOML
19 lines
384 B
TOML
[package]
|
|
name = "pq_proto"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
bytes.workspace = true
|
|
byteorder.workspace = true
|
|
pin-project-lite.workspace = true
|
|
postgres-protocol.workspace = true
|
|
rand.workspace = true
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
thiserror.workspace = true
|
|
serde.workspace = true
|
|
|
|
workspace_hack.workspace = true
|