Juliano Solanho

Results 21 comments of Juliano Solanho

#199 was superseded by https://github.com/aristidb/aws/pull/241 which merged back in 2017. Should this issue be closed or is there any remaining work for V4?

@viraptor did you end up being able to use `rbspy` with a ruby binary from nixpkgs, or have any pointers? I hit this today and found your issue

I did a quick check on Juspay's branch with the following test scenario: - AWS Elasticache Redis cluster, 1 shard, 2 nodes - Launch program, issue some redis commands -...

With the `master` branch it does recover from `NoNodeException`. Thank you for the pointer! It seemed to take several minutes, though (can't re-test bc I ran out of test failovers...

Thank you for explaining! So I re-ran my test in a simple manner: - I left `curl` on a loop, poking the health-check endpoint of our app in an environment...

Ok, my test was too simplistic, and for Redis Cluster's intended usage, perhaps unrealistic. Redis outside Elasticache requires at least 3 primaries for cluster mode. Elasticache allows you to set...

@aravindgopall thank you so much for reporting, i'll give it a try!

I'm seeing ghost workers from pods that died ages ago, but don't make into `Resque::Worker.all_workers_with_expired_heartbeats`, and I'm using older versions of everything: - `ruby` 3.1.4p223 - `rails` 6.1.7.7 - `resque`...

I was naively thinking about the gemset per arch approach too. ~We are currently avoiding solving this problem at work by using bundle install for dev (faster, and we can...

This is also relevant for sanely matching/stripping/replacing Emoji in Elm, with matchers like `\p{Emoji}`, `\p{Emoji_Modifier}`, `\p{Emoji_Component}`, `\p{Emoji_Modifier_Base}`, `\p{Emoji_Presentation}`.