We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently there is a GZIP compression for message
https://github.com/stanislavb/webhookmq/blob/master/webhookmq/queue.py#L19
we need to disable this behavior by env variable for example -e DISABLE_GZIP=True
-e DISABLE_GZIP=True
Currently there is a GZIP compression for message
https://github.com/stanislavb/webhookmq/blob/master/webhookmq/queue.py#L19
we need to disable this behavior by env variable
for example
-e DISABLE_GZIP=True