Results 292 comments of Rueian

Hi @davidxia, nice to meet you here! I think that is a worthwhile optimization! We are open to contributions for sure. So, I think the optimization for the blocking `.Do()`...

> hm this is a behavior change because IIRC that example defines the defaults for the AWS cluster launcher > > could we fix the CI config/setup instead? or override...

Hi @boekkooi-impossiblecloud, thanks for the request. I think your workaround is generally correct while subscribing to `__redis__:invalidate` is not necessary and creating a new client looks awkward. The `__redis__:invalidate` pubsub...

Extending the `PubSubHooks` struct is a great idea. It is indeed easier to implement. However, I think the extension should be done privately, and we should still provide `SetOnInvalidations` as...

> [@rueian](https://github.com/rueian) if its open for external contributors, can i work on it! Yes, we are always open for contributors. Thanks!

Hi @lgothard, I think `AuthCredentialsFn` is enough, but it will be great if we can have something similar to go-redis-entraid. Would you like to contribute? It can be a sub-package...

Thank you, @bluenote10. I think your PR works, but we can probably do better by copying the resource requests and limits from the Ray container. Would you like to explore...

> Essentially when setting the main container itself to a large GB number, the init-container would unnecessarily need to allocate much more memory then really needed. That's correct. The `wait-gcs-ready`...