fedora-messaging icon indicating copy to clipboard operation
fedora-messaging copied to clipboard

Add an `async` function to publish messages

Open abompard opened this issue 1 year ago • 6 comments

Add an asyncio-based publish function.

abompard avatar Sep 11 '23 08:09 abompard

I assume you are referring to the publish function present in the API. I will check it and run tests to ensure nothing breaks after the changes.

def publish(message, exchange=None, timeout=30):
    """
    Publish a message to an exchange.

Freedisch avatar Mar 06 '24 07:03 Freedisch

This is actually very far from a simple issue, I wouldn't start with this one.

abompard avatar Mar 06 '24 14:03 abompard

Hi, I'd like to work on this issue

bajajharsha avatar Mar 10 '24 10:03 bajajharsha

Please see the comment above @bajajharsha .

abompard avatar Mar 11 '24 07:03 abompard

@abompard Can you guide me on which one is comparatively an easier issue that I can start with?

bajajharsha avatar Mar 11 '24 17:03 bajajharsha

@abompard I do like to work on this, I have experience working with asyncio

nwekealex65 avatar Mar 12 '24 12:03 nwekealex65