kombu icon indicating copy to clipboard operation
kombu copied to clipboard

Messaging library for Python.

Results 185 kombu issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.38.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0)

I get an error when I pass a class as a parameter.How to implement the class passed to the task for processing

# Checklist * [x] I have verified that the issue exists against the `master` branch of Celery. * [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/celery-users) first. *...

When I tried to call the add_consumer(https://github.com/celery/celery/blob/515f98b7072677439423a15035541d24bfcb2348/celery/app/control.py#L554) method for the non-existing(which might also possible that worker is in `not responding` state) worker then the process went into an infinite loop...

Based on my local & confluent tests, the same transport class can be used for both `confluentkafka` and `kafka` itself. I've done countless tests and it works. Based on the...

I'd like to test the azure storage queue transport locally using the Azure Storage emulator, Azurite [[link](https://github.com/Azure/Azurite)], which allows you to host a version of the blob and queue storage...

Issue Type: Enhancement
Component: Azure ServiceBus Broker

SQS has a built-in "DelaySeconds" feature that could support Celery's ETA/Countdown feature for up to 15 minutes. https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-send-message-with-timer.html

Issue Type: Feature Request
Component: Amazon SQS Broker

# Fully Type Annotation - Kombu Analogous to https://github.com/celery/celery/issues/7394. | Status | Filename | PR | | :----: | ---------------------------------------- | --- | | ✅ | **\_\_init\_\_.py** | #1527 |...

I'm using the `ConsumerMixin` class to interact with `json` formatted messages appearing in the filesystem of the container that is running the script. It works fine until a message that,...