Skip to main content

Fast RabbitMQ task management library for asynchronous message handling

Project description

Fast RabbitMQ task management library for asynchronous message handling.

Features

  • Asynchronous RabbitMQ message handling

  • Task queue management with Pydantic validation

  • Robust retry mechanisms with Tenacity

  • Easy-to-use decorators for consumers and producers

  • Support for both sync and async handlers

Installation

pip install fast-mq-task

Quick Start

Producer Example:

from fast_mq_task import Producer
from fast_mq_task.models import TaskMessage

producer = Producer()
await producer.publish_task(task_message)

Consumer Example:

from fast_mq_task import Consumer
from fast_mq_task.register import consumer

@consumer(queue_name="task_queue")
async def handle_task(message: TaskMessage):
    # Process your task here
    pass

Requirements

  • Python >= 3.7

  • aio-pika

  • pydantic

  • tenacity

License

BSD License

Author

zsodata <team@zso.io>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_mq_task-4.0.2.tar.gz (27.6 kB view details)

Uploaded Source

File details

Details for the file fast_mq_task-4.0.2.tar.gz.

File metadata

  • Download URL: fast_mq_task-4.0.2.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.11

File hashes

Hashes for fast_mq_task-4.0.2.tar.gz
Algorithm Hash digest
SHA256 d3b0b3f3009a68b1d1ec16deb0ef7bd2e12801fd12a3b760b46446d2ac03a378
MD5 a7c86ed14e344d94bdc211796ec69fcf
BLAKE2b-256 4685eedf67df66ca8376ea2bd28c513ffae50038f535de0ecf44fffb3ca8f80f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page