Matt Yule-Bennett
Matt Yule-Bennett
It was removed here https://github.com/nameko/nameko/commit/3ba7418232adbd2a8a87dfc1f5a59a985efad90b
Hello, yes I am back. A change of circumstance means I have more time available for Nameko now. My immediate priority is release 3.0 as a stable version, including updated...
Hi @zsiciarz I attempted to do this a while ago and ran into the problems with Eventlet. If they are now fixed it'd be awesome to migrate to the new...
Hi @AlexanderVanEck. The problem was exactly the one @zsiciarz mentioned in his post, fixed in this commit: https://github.com/getsentry/sentry-python/commit/87e574900533e0affcd3f5a84aca96c3a58d4aeb The SDK would throw an `AttributeError: Queue object has no attribute all_tasks_done`...
I recall seeing this issue along with the "queue has no attribute" error. I think the problem is that `setup()` runs in a different eventlet thread to the worker, so...
Python 3.7 support is blocked by https://github.com/eventlet/eventlet/issues/526 The folks over at eventlet are working hard on this and it looks like there has been [progress recently](https://github.com/eventlet/eventlet/pull/565)
I think the test failure here is due to the bug described here: https://github.com/nameko/nameko/pull/573 @timbu raised this PR to fix it, but it hasn't been merged into master. The same...
Thanks for doing this investigation @ketgo. I _think_ the only header that's causing a problem is `rpc_method_id`. It's caused by this conditional: https://github.com/nameko/nameko-amqp-retry/blob/0d36cbdbf25d23ab3cf2ff1ce3761861bcf28c47/nameko_amqp_retry/rpc.py#L15-L18 The conditional is required because the message...
That is a nice idea. Shouldn't be too tricky to add. Pull requests are welcome ;-)