Matt Yule-Bennett

Results 99 comments of Matt Yule-Bennett

I considered this when building the prototype. `context` is kind of ugly and does not follow the normal dependency injection pattern that Nameko uses. But having `context` in the method...

For future visitors to this issue, we experienced this problem and it turned out to be an nginx misconfiguration. The webserver was returning an HTML file instead of the expected...

There are some comments in the issue here: https://github.com/nameko/nameko/pull/521. Essentially, there is a background thread closing pools while other threads are creating sockets. I understand that kombu objects may not...

This is a bug, thanks for reporting. The RPC responder has logic on the very next lines to send a generic response in case the result cannot be serialised. We...

Thanks for sharing @vmesel. If you're sending messages through the RabbitMQ's web interface you will need to set the `content_type` property. This bug will mean that your Nameko service will...

@vmesel yes feel free to open a new issue for that topic, but I think the likely situation is that the message is not being routed to a queue. If...

Erk, no it should not leak this information. Using the `@http` entrypoint for public-facing URLs is probably not a good idea. A `DEBUG` mode like Django uses would be a...

I think I am in favour of removing the `dnspython` pin from nameko completely now that modern releases of eventlet are compatible. Nameko could still allow older versions of eventlet...

https://github.com/nameko/nameko/pull/747 has been merged now.