Brad Robertson
Brad Robertson
Ya I just ran into this also. Too bad, I was hoping to use this recipe as all the cloudformation stuff works great. Just the ami that has an out...
You've given people access to a private Github repo right? Why couldn't we also get access to a private NPM source?
Do you mean something like `Hutch::Config[:mq_hosts]` ? I'd be fine with that also. We'd just have to deal with the scenario of someone setting both as Bunny warns about that....
Ya I understand what you're saying, but from what I can tell, [Hutch _always_ passes in `host`](https://github.com/gocardless/hutch/blob/master/lib/hutch/broker.rb#L295) (if we use `HUTCH_URI` which we do exclusively) and [Bunny uses `host` as...
Sure... Ok so the story is: 1. Add a `Hutch::Config[:mq_hosts]` option, maps to the bunny `hosts` config option 2. Prefer `mq_hosts` over `mq_host` if both are set Questions: 1. How...
I'm just stumbling on this also. I'd like to understand how deserializing is ever async? There's no I/O happening as part of this process so I don't really understand how...
This would be useful to me as well. IMO `to_h` and `to_hash` should not alias `attributes` but instead return a pure hash. Would a PR in the interim modifying `to_h`...
I just hit this same problem also. Is this fix going to be released?
@pawurb where did you put this code? It seems to fail in an initializer
It's actually not even that the `set_limit` function doesn't exist, I get a Name Error: ``` ... 10: from /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:614:in `block (2 levels) in ' 9: from /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/engine.rb:656:in `load_config_initializer' 8:...