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
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' }
The text was updated successfully, but these errors were encountered:
We don't do any encryption in sneakers. Are you encrypting before you publish the message initially?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: