Implement missing _delete() method of filesystem.Channel#2437
Implement missing _delete() method of filesystem.Channel#2437WojciechMigda wants to merge 2 commits intocelery:mainfrom
Conversation
61c569a to
432eecf
Compare
auvipy
left a comment
There was a problem hiding this comment.
please, also add appropriate tests
432eecf to
04692de
Compare
|
I've fixed missing call to |
* Bump version: 5.6.1 → 5.6.2 * Added Changelog for v5.6.2
501ca27 to
9217e06
Compare
|
Is there anything I can do with this PR? |
|
why you closed it? |
|
There's some kind of trigger that closes it. It happened twice, if I remember it correctly both times after I force-pushed squeezed changes to my branch, so I assumed that this is something that is part of your CI/PR setup. |
|
Oh, I can't re-open it because the button is grayed out with a hint that it's because of the branch being force-pushed. |
|
I'll try to open another PR. #2470 |
As of now,
Channelclass offilesystemtransport does not have a_deletemethod. It prevents queues from being removed from an associated exchange. This PR intents to remedy that.