Skip to content
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

Getting payload encrypted into error queue #429

Open
harish-bhatt-1 opened this issue Mar 4, 2020 · 1 comment
Open

Getting payload encrypted into error queue #429

harish-bhatt-1 opened this issue Mar 4, 2020 · 1 comment

Comments

@harish-bhatt-1
Copy link

harish-bhatt-1 commented Mar 4, 2020

after max retry payload goes to error queue in an encrypted format, so we can't process it further form error queue by RabbitMQ UI

amqp: ENV['CLOUDAMQP_URL'], workers: 3, timeout_job_after: 60, threads: 5, prefetch: 5, after_fork: Proc.new { ActiveRecord::Base.establish_connection }, durable: true, handler: Sneakers::Handlers::Maxretry, retry_timeout: 5 * 60 * 1000, metrics: Sneakers::Metrics::LoggingMetrics.new, queue: 'abc', env: nil, ack: true, exchange: 'abc.exchange', routing_key: '#', exchange_type: :topic, arguments: { 'x-dead-letter-exchange': 'abc-retry' }

@gabrieljoelc
Copy link
Collaborator

We don't do any encryption in sneakers. Are you encrypting before you publish the message initially?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants