{"categories":[{"label":"Networking","url":"https://skillfed.io/packages/category/system-networking"}],"enrichment":{"capability":"Provides a RabbitMQ broker implementation for taskiq, enabling asynchronous task distribution with support for delayed messages, priorities, and multi-queue routing.","skillfed_tags":["rabbitmq","async-tasks","task-queue"],"use_cases":["Distribute long-running async operations across multiple worker processes using RabbitMQ as the message backbone.","Schedule tasks to execute after a delay, using either dead-letter expiration or the delayed-message-exchange plugin.","Prioritize certain tasks over others by assigning priority labels, ensuring high-urgency work is processed first.","Route different task types to separate queues with custom routing keys for workload isolation and scaling.","Build a microservice architecture where multiple services publish and consume tasks through a shared RabbitMQ cluster."],"what_it_does":"taskiq-aio-pika is a RabbitMQ broker for the taskiq async task queue framework. It connects taskiq's task distribution model to RabbitMQ as the underlying message broker, allowing you to define async tasks with decorators and execute them across distributed workers. The package handles the full lifecycle of task serialization, routing, and delivery through RabbitMQ.\n\nIt supports delayed task execution via dead-letter queues or the RabbitMQ delayed-message-exchange plugin, message priorities for controlling delivery order, and multi-queue setups with custom routing keys. Tasks can be defined with default delays and priorities, then overridden per-invocation using kicker labels. Configuration is declarative through Queue and Exchange objects that merge with broker defaults.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries no known vulnerabilities, and is MIT-licensed. It fills a clear role as the RabbitMQ integration for taskiq. Install it if you need RabbitMQ as your task broker; skip it if you're using a different broker or don't need distributed async task execution."},"id":"taskiq-aio-pika","links":{"html":"https://skillfed.io/packages/taskiq-aio-pika","md":"https://skillfed.io/packages/taskiq-aio-pika.md","pypi":"https://pypi.org/project/taskiq-aio-pika/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-28","license_spdx":"MIT","license_treatment":"permissive","name":"taskiq-aio-pika","python_support":"supports_current","summary":"RabbitMQ broker for taskiq"},"popularity":{"monthly_downloads":356102,"position":7284,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.0"}
