Matt Yule-Bennett

Results 12 issues of Matt Yule-Bennett

https://github.com/celery/kombu/blob/dba85e2d9515b9ce202bd30e8690131aa055e6bf/kombu/connection.py#L334-L350 If any other thread creates a socket while `Connection.collect()` is mid-execution, the new socket will inherit the temporary timeout. Example here: https://gist.github.com/mattbennett/888e42af88c2733918ad1810956abbde

Issue Type: Bug Report
Component: Connection

I installed this is a cluster with a taint set on the preemptible nodes, and only certain pods configured with a toleration. With the default setting of 0 for `NODE_POOL_FROM_MIN_NODE`,...

PR bringing the v3 branch back into master.

c.f. https://github.com/onefinestay/nameko/issues/286 It's not helpful to show the `stop()` immediately after starting in https://github.com/onefinestay/nameko/blob/master/docs/examples/service_container.py#L16 and the runner example. Better to show `wait()` and point people towards the `nameko.cli.run` module for...

docs

🚧 WIP until the testsuite passes against RabbitMQ > 3.6.6. Waiting until it can be based on top of the pending RPC proxy refactors 🚧 --- Adds extra jobs to...

Implements the TODO in https://github.com/nameko/nameko/blob/master/nameko/standalone/events.py#L31

Currently blocked on an eventlet bug: https://github.com/eventlet/eventlet/issues/213 We should be able to add pypy to our tox config when the above is resolved.

feature request

There are a few places in the docs where we're calling out gotchas or anticipating common problems (e.g. https://github.com/onefinestay/nameko/pull/290/files#diff-394c075d9b8535b91f211556731beeacR25) Ideally these would be all in the same place so that:...

docs

`nameko.web.server.WebServer` doesn't implement a `kill` method, meaning that its socket and greenthread are left lying around. Furthermore, the set of registered `providers` is not purged, although that should really be...

Adds support for https://github.com/Overseas-Student-Living/nameko-tracer, including streaming requests and responses.