Open destag opened 5 months ago
When we change campaign that has big config associated with it, the webhook service associated with it will fail.
How it works:
Proca.Stage.Event
Proca.Stage.Webhook
Tesla.Adapter.Mint
The question is how should we handle that big messages?
Some details about last error of this kind:
message_size: 239174 bytes x-death: count: 435 exchange: org.320.event queue: wrk.1.webhook reason: rejected routing-keys: system.campaign_updated time: 1719321465 # 2024-06-25 13:17:45+00:00
When we change campaign that has big config associated with it, the webhook service associated with it will fail.
How it works:
Proca.Stage.Event
is emitted to rabbitmqProca.Stage.Webhook
receives the messageProca.Stage.Webhook
sends request to webhook serviceTesla.Adapter.Mint
http2 errorThe question is how should we handle that big messages?
Some details about last error of this kind: