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 crashes #903

Open
wilco375 opened this issue Jan 4, 2024 · 1 comment
Open

Sidekiq crashes #903

wilco375 opened this issue Jan 4, 2024 · 1 comment
Labels
bug critical Dit moet gefixt vóór de volgende borrel

Comments

@wilco375
Copy link
Contributor

wilco375 commented Jan 4, 2024

All Sidekiq containers are currently in a restart loop due to the following error. Because of this no jobs, such as sending invoices and low balance emails, are currently being executed. Looking at the production container, this has been an issue for at least two weeks. I tried to find a hotfix but could not quickly get one working.

WARN: Unresolved or ambiguous specs during Gem::Specification.reset:
      minitest (>= 5.1)
      Available/installed versions of this gem:
      - 5.18.0
      - 5.16.3
WARN: Clearing out unresolved specs. Try 'gem cleanup <gem>'
Please report a bug if this causes problems.
/usr/local/bundle/gems/bundler-2.2.15/lib/bundler/runtime.rb:302:in `check_for_activated_spec!': You have already activated digest 3.1.1, but your Gemfile requires digest 3.1.0. Since digest is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports digest as a default gem. (Gem::LoadError)
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/runtime.rb:31:in `block in setup'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/spec_set.rb:152:in `each'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/spec_set.rb:152:in `each'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/runtime.rb:26:in `map'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/runtime.rb:26:in `setup'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler.rb:148:in `setup'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/setup.rb:20:in `block in <top (required)>'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/ui/shell.rb:136:in `with_level'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/ui/shell.rb:88:in `silence'
        from /usr/local/bundle/gems/bundler-2.2.15/lib/bundler/setup.rb:20:in `<top (required)>'
        from <internal:/usr/local/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:96:in `require'
        from <internal:/usr/local/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:96:in `require'
        from /app/config/boot.rb:3:in `<top (required)>'
        from /app/config/application.rb:1:in `require_relative'
        from /app/config/application.rb:1:in `<top (required)>'
        from /app/config/environment.rb:2:in `require_relative'
        from /app/config/environment.rb:2:in `<top (required)>'
        from <internal:/usr/local/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:148:in `require'
        from <internal:/usr/local/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:148:in `require'
        from /usr/local/bundle/gems/sidekiq-7.0.9/lib/sidekiq/cli.rb:302:in `boot_application'
        from /usr/local/bundle/gems/sidekiq-7.0.9/lib/sidekiq/cli.rb:42:in `run'
        from /usr/local/bundle/gems/sidekiq-7.0.9/bin/sidekiq:31:in `<top (required)>'
        from /usr/local/bundle/bin/sidekiq:25:in `load'
        from /usr/local/bundle/bin/sidekiq:25:in `<main>'
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
@wilco375 wilco375 added bug critical Dit moet gefixt vóór de volgende borrel labels Jan 4, 2024
@wilco375 wilco375 mentioned this issue Jan 6, 2024
@lodewiges
Copy link
Contributor

can i close this, it sees to be working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug critical Dit moet gefixt vóór de volgende borrel
Projects
None yet
Development

No branches or pull requests

2 participants