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

Sidekiq job random failures due to proxy_config is nil #547

Open
ajinkyapisal opened this issue Feb 19, 2020 · 0 comments
Open

Sidekiq job random failures due to proxy_config is nil #547

ajinkyapisal opened this issue Feb 19, 2020 · 0 comments

Comments

@ajinkyapisal
Copy link

ajinkyapisal commented Feb 19, 2020

ar-octopus 0.9.2
sidekiq 5.0.5
rails 4.2.10

Octopus Shard Config

octopus:
  replicated: true
  fully_replicated: false
  environments:
    - development
    - test
    - production

We have noticed this few times in our production environment. Sometimes sidekiq jobs fail randomly due to octopus proxy config issue.

"error_message":"Octopus::Proxy#shards delegated to proxy_config.shards, but proxy_config is nil: #<Octopus::Proxy:0x46d931b>",
"error_class":"Module::DelegationError"

We have not been able to reproduce this issue in development. We need help in understanding why would proxy_config be nil. We can then try to fix those scenarios. Let us know if any other information is required.

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

1 participant