DDMAL / DDMAL/Rodan

batch download large files might fail due to message size limit

Open
#1,319 0 comments 0 reactions 0 assignees View on GitHub
Priority: LOW
Dominant language
CSS
Stars
46
Forks
13
PR merge metrics
No merged PRs in 30d

Description

```
File "/usr/local/lib/python3.7/site-packages/amqp/connection.py", line 521, in on_inbound_method
method_sig, payload, content,
File "/usr/local/lib/python3.7/site-packages/amqp/abstract_channel.py", line 145, in dispatch_method
listener(*args)
File "/usr/local/lib/python3.7/site-packages/amqp/channel.py", line 280, in _on_close
reply_code, reply_text, (class_id, method_id), ChannelError,
amqp.exceptions.PreconditionFailed: Basic.publish: (406) PRECONDITION_FAILED - message size 83413489 is larger than configured max size 16777216
```
This means that we are trying to publish a message to a RabbitMQ queue via AMQP that is larger (≈83MB) than the configured maximum allowed message size (16MB).

And the downloaded `archive.zip` will be a broken empty file.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.