When I opened #106092, I got an email notification “new-bugs-announce notifier: All jobs have failed”, linking to https://github.com/python/cpython/actions/runs/5371513882. The error is ``` [Error: Bad Request] { status: 400, details: 'Send options (parameters starting with o:, h:, or v:) are limited to 16 kB total', type: 'MailgunAPIError' } Error: Unhandled error: Error: Bad Request ``` I guess the stack traces I included bumped the report size to more than 16 kB. It seems that this is not an uncommon problem: https://github.com/python/cpython/actions/workflows/new-bugs-announce-notifier.yml?query=is%3Afailure. Perhaps the notifier should truncate or omit the body if the payload would be too long. <!-- gh-linked-prs --> ### Linked PRs * gh-106329 * gh-106423 <!-- /gh-linked-prs -->
When I opened #106092, I got an email notification “new-bugs-announce notifier: All jobs have failed”, linking to https://github.com/python/cpython/actions/runs/5371513882. The error is
I guess the stack traces I included bumped the report size to more than 16 kB. It seems that this is not an uncommon problem: https://github.com/python/cpython/actions/workflows/new-bugs-announce-notifier.yml?query=is%3Afailure.
Perhaps the notifier should truncate or omit the body if the payload would be too long.
Linked PRs
new-bugs-announce-notifier#106329new-bugs-announce-notifier#106423