-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
NameError: uninitialized constant ActiveJob::QueueAdapters::ShoryukenConcurrentSendAdapter #641
Comments
I'm not able to reproduce this problem using a new Rails app generated with config.active_job.queue_adapter = :shoryuken_concurrent_send I'm able to start shoryuken with @mbykovskyy if you are able to make a minimally reproducible example repo, that would help us debug whatever's going on. Thanks! |
I managed to reproduce the issue with a fresh Rails app. You can find it at https://github.com/mbykovskyy/shoryuken-641-demo. Please see the readme for prerequisites and run command. The command and the error stacktrace are different than the original issue description, but I think the root cause would be the same. |
@mbykovskyy Thanks for putting together that repository! I'm able to reproduce the problem locally and I'm looking into a fix. |
Opened #642 to address this issue. @phstc whenever you cut the next release, we can kindly ask @mbykovskyy to make sure it works for his apps. |
@mbykovskyy 5.0.6 is out with @cjlarose's fix. |
bundle exec shoryuken -R
fails to start when:Stacktrace:
Same behaviour when:
📌
#642The text was updated successfully, but these errors were encountered: