Nitzan Aviram
Nitzan Aviram
It seems to me that this code: ``` config.redis = { url: ENV['REDISCLOUD_URL'], size: sidekiq_calculations.client_redis_size } ``` And this code seems to have an issue: ``` def client_redis_size return DEFAULT_CLIENT_REDIS_SIZE...
@winston This blog indeed shows this formula, but the usage of it as is, is meant in order to be bale to infer the maximum connections to be expected and...
I wanted to share my use case and solution and get feedback from people here. My use case is different in a way that I have plenty dynamic batch queues,...
@manast thank you for this amazing project. I will share my code when done, but I wish to get some feedback before going to implement. Can you share feedback? @dralletje...
@mscharley I like the simplicity, I am wondering if this is a fit for my use case. I have made my design a bit more simple, but the majority is...
the formag of the previous comment is messed up, will fix it soon
Fair to say that in case of streaming data rows and need to process a batch as one, I think that it is better to use Kafaka/Kinesis. In my use...
+1 any solution/workaround?
@cniackz So did you do it? I will soon, but wanted to ask if you have any input of code.