Matt Yule-Bennett

Results 99 comments of Matt Yule-Bennett

The folks over at gevent have [an issue](https://github.com/gevent/gevent/issues/1016#issuecomment-328529454) that helped me find the problem here, I think. The issue stems from modules being imported before the monkey patch is applied....

I've seen this multiple times now, and it's always because there's an import of requests before the monkey patch. It's easy to demonstrate this by adding a couple of print...

Hello @tkang007. Thanks for the kind words. You ought to be able to use whatever protocols you like for connecting the front and backend. Either HTTP or AMQP would be...

Support is added in #747

@rochacbruno, `werkzeug.utils.import_string` looks ideal

Ah, I had misremembered what the problem was here. Sadly, `werkzeug.utils.import_string` doesn't help. You still just get an `ImportError`.

Hi, apologies for the slow reply here. SQS support is certainly feasible. The way the project has evolved means we've probably made some assumptions that AMQP will be used, but...

Commandeering this issue to capture the discussion about registering configuration options. Thanks to https://github.com/onefinestay/nameko/pull/255 we now have the ability to load config from a file, but there are a few...

@rochacbruno yep, I think env vars should be supported, but as part of a larger piece of work.

@rejoc I like this idea. We could bundle it into #520 (cc @iky) or make it as a standalone change first. Do you want to raise a PR?