Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delivery info have no ApproximateReceiveCount #1814

Open
F1ashhimself opened this issue Oct 24, 2023 · 0 comments
Open

Delivery info have no ApproximateReceiveCount #1814

F1ashhimself opened this issue Oct 24, 2023 · 0 comments

Comments

@F1ashhimself
Copy link

Versions:

  • Python 3.10
  • Celery 5.3.4
  • Kombu 5.3.2

After updating celery and kombu to latest versions I have stopped receiving ApproximateReceiveCount in delivery_info properties. With celery 5.3.1 and kombu 5.3.1 all works fine and properties contains ApproximateReceiveCount field.

{
    "body_encoding": "base64",
    "correlation_id": "<correlation_id_hidden>",
    "delivery_info": {
        "exchange": "",
        "routing_key": "celery",
        "sqs_message": {
            "Attributes": {
                "ApproximateReceiveCount": "1"
            },
            "Body": "<body_hidden>"
        },
        "sqs_queue": "<sqs_hidden>"
    },
    "delivery_mode": 2,
    "delivery_tag": "<delivery_tag_hidden>",
    "priority": 0,
    "reply_to": "<reply_to_hidden>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant