You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Matrix Hookshot for processing alert notifications from Alertmanager. Such notifications can sometimes get pretty large (over 64kB). In such cases, sending a message through Hookshot fails with the following error:
{ errcode: 'M_TOO_LARGE', error: 'event too large' }
I prepared a JS transformation function which reduces the message size, but this does not help. I guess this is because Hookshot attaches the original message to the request body in the uk.half-shot.hookshot.webhook_data field.
An option to not include uk.half-shot.hookshot.webhook_data in the request sent to Matrix would be very helpful in my use case. Or maybe there is some other way of handling large messages?
I use Matrix Hookshot for processing alert notifications from Alertmanager. Such notifications can sometimes get pretty large (over 64kB). In such cases, sending a message through Hookshot fails with the following error:
I prepared a JS transformation function which reduces the message size, but this does not help. I guess this is because Hookshot attaches the original message to the request body in the
uk.half-shot.hookshot.webhook_data
field.An option to not include
uk.half-shot.hookshot.webhook_data
in the request sent to Matrix would be very helpful in my use case. Or maybe there is some other way of handling large messages?Possibly related to #613
The text was updated successfully, but these errors were encountered: