Limbo Peng
Limbo Peng
I've got a weird error when using `SimpleQueue.get()` with this new transport: ``` In [8]: m = q.get(timeout=1) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 m =...
Seems that `MultiChannelPoller.get` should have signature `get(self, callback, timeout=None)` instead of `get(self, timeout=None)`?
I managed to trim down the code, inherit most stuff from `kombu.transport.redis` and fixed some corner cases (see #1025), resulting in a 250-line module. Some hardcoded things (e.g.: `pipeline(True)` in...
That sounds great. I'll send you a pull request :)
The pull request to this pull request is here: https://github.com/auvipy/kombu/pull/2 I've tried to simplify it further but got stuck here. I'm not sure how to implement a new transport *properly*...
Current workaround (as of 2024-04-21) for me: ```nix overrides = poetry2nix.overrides.withDefaults (self: super: { watchfiles = super.watchfiles.override { preferWheel = false; }; }); ```
From my observation yesterday, the build failed because the hook `wheelUnpackPhase` was trying to unpack `watchfiles`, but it's not packaged as the hook expects.
@Periphory well, since this was a nearly two-year old issue, things may change drastically :(
What about `TablePath`
Yes I can take this task.