We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: