Luke Bakken

Results 123 issues of Luke Bakken

For instance, socket read timeout should be greater than 2x the heartbeat timeout. See #713 and other issues related to timeouts.

This tutorial could cover two common solutions to sending large messages through RabbitMQ: * Compressing the message body * Saving the data in an external store, and retrieving when the...

https://pylint.pycqa.org/en/latest/user_guide/usage/run.html Add a GHA that runs pylint, and fix all of the new warnings

- [ ] Review all example code (especially in the `.rst` files) :tada: - [ ] Modernize `setup.py` - [ ] #1371 add pylint and formatting to CI

See this commit for more details: https://github.com/ruby-amqp/bunny/commit/2d10591ffbc402208560843d673d8ee54a776cc6

Feature Request

For some reason, the following link doesn't work - https://ci.appveyor.com/project/erlang-lager/lager I get "Project not found or access denied" I was planning on adding a build status indicator to the README...

To demonstrate, clone https://github.com/lukebakken/gt-eq-dep-version and run `make`. When `gen_smtp` is auto-patched, this configuration in `deps/gen_smtp/rebar.config` trips up `erlang.mk`: ``` {deps, [{ranch, ">= 1.8.0"}, {hut, "1.3.0"}]}. ``` ...because it is turned...

To reproduce: ``` git clone https://github.com/rabbitmq/rabbitmq-ct-helpers.git cd rabbitmq-ct-helpers make fetch-deps make query-deps ``` Output - note that `master` is missing from the `inet_tcp_proxy` line: ``` rabbitmq_ct_helpers: rabbit_common git_rmq https://github.com/rabbitmq/rabbitmq-common master...

Thanks for the very useful project! I opened the following pull request (which may or may not be accepted) to use `erlfmt` on a new RabbitMQ project - https://github.com/rabbitmq/khepri/pull/28 I...