-
Notifications
You must be signed in to change notification settings - Fork 381
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
Failed to deploy after 0.35.0 upgrade #1021
Comments
I think this
|
I think we have the same issue over on this one: artsy/convection#617. Feel free to use convection as a test case since it's open source! A good way to reproduce this is to run this one:
That'll load the Rails environment and get you a stacktrace:
Hope that helps! ❤️ |
@delner Yes, it worked when deploying with that branch! 👍 |
FWIW I did try your application and Although I think we pinned the bug itself in that PR, it's unclear to me what in user configuration is causing the Statsd instance to be |
Okay cool, we'll get a bugfix shipped ASAP. Thanks for the report @bzf! |
Thank you again for this report @bzf @jonallured! Given it's the same code as the branch you've tried @bzf, I don't think this issue will persist, but please let us know otherwise. |
@marcotc I just updated the gem and deployed it, and it's working fine! |
We upgraded to 0.35.0 and our deploy
release
step (bundle exec rails db:migrate
) on Heroku failed with the following error message:Reverting to
0.34.2
makes the command succeed without any other changes.We're running Rails 6.0.2.2 and Ruby 2.6.5 if that helps. If you need any more information just let me know and I'll try to respond as fast as I can 😄
The text was updated successfully, but these errors were encountered: