Constantine Peresypkin
Constantine Peresypkin
@asif-git-hub why do you use `/play` endpoint? It's not how CH http should be used.
It's much worse than that, it says in [the docs](https://www.serverless.com/framework/docs/providers/aws/guide/functions#vpc-configuration) that you must add it if you use custom role/policy. But it seems like the opposite is true. Lol
@sqrrrl the secret will expire in 6 month. Unless it's updated. I.e. either deploys will stop working exactly on the day of fire or you need to give full admin...
Looks like a bug to me, can be fixed easily though: ```diff diff --git a/src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp b/src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp index 8098671a903..3dd8c67fc0a 100644 --- a/src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp +++ b/src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp @@ -143,6 +143,10 @@ void WriteBufferFromHTTPServerResponse::onProgress(const Progress...
It's 2024 now. No OpenAPI/Swagger spec in sight yet. :)
for aws fargate: ``` prometheus-node-exporter: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: eks.amazonaws.com/compute-type operator: NotIn values: - fargate ```
> RayService incremental upgrade: > > * [REP: KubeRay RayService Incremental Rollout enhancements#58](https://github.com/ray-project/enhancements/pull/58) > * This avoids 2X computing resources during the zero downtime upgrade process. It would be nice...
> > It would be nice to have ANY cluster upgrade. > > [@pkit](https://github.com/pkit) do you want this for RayService only or also for RayCluster? I use only RayCore. I...
> [@pkit](https://github.com/pkit) thanks for clarifying. So basically you want the ability to modify the image of a worker group in RayCluster and have kuberay automatically do a rolling upgrades of...
@kevin85421 #3905