py-amqp icon indicating copy to clipboard operation
py-amqp copied to clipboard

Basic.publish: (406) PRECONDITION_FAILED - message size larger than configured max

Open Muskanb opened this issue 1 year ago • 5 comments

I've encountered this error while passing arguments that are purely strings, and I'm doubtful that they can generate a size this large: exception: Basic.publish: (406) PRECONDITION_FAILED - message size 179010654 is larger than configured max size 134217728

This is my defined task throwing this error : @shared_task def test( arg1, arg2,arg3, arg4=None, arg5='github', arg6="full", pullRequestId=None, baseBranchName='', checkRunId=None ): These are either strings or integers

Muskanb avatar Feb 15 '24 04:02 Muskanb

@auvipy It would be great if you could help :)

Muskanb avatar Feb 26 '24 08:02 Muskanb