Sabuhi Gurbani
Sabuhi Gurbani
I wanna get the data Account Expiration date with API? How can I get it ?
While Decommission with Operator, Operator gives error like that ``` {"level":"warn","ts":1665138574.1910405,"logger":"controller.CrdbCluster","msg":"scaling down stateful set","CrdbCluster":"cockroach-cluster-stage/cockroachdb","ReconcileId":"kF7Vns39vPGnqXncUhmWnX","have":5,"want":4} {"level":"error","ts":1665138574.8271742,"logger":"controller.CrdbCluster","msg":"decommission failed","CrdbCluster":"cockroach-cluster-stage/cockroachdb","ReconcileId":"kF7Vns39vPGnqXncUhmWnX","error":"failed to stream execution results back: command terminated with exit code 1","errorVerbose":"failed to stream execution...
If manually scale cluster with statefulset, cluster consider that deleted pod(I mean node) is a part of cluster and is drained. But expected behaviour is cluster should decommission deleted node....
I have struct like below: ``` type TextMessage struct { Contacts []struct { Profile struct { Name string `json:"name"` } `json:"profile"` WaID string `json:"wa_id"` } `json:"contacts" binding:"required,dive"` Messages []struct {...
**Is your feature request related to a problem? Please describe.** ``` /builds/MyProject/go.mod:3: invalid go version '1.21.1': must match format 1.23 [WARN] An error occurred while analyzing '/builds/devops/DialogflowCX-bot/go.mod' (Golang Mod Analyzer)....
While transcribing big file, faced this issue. Is it directly related or the reason is different ? I have used: compute_type: float32 batch_size: 8 language: he ``` Lightning automatically upgraded...
Hi, additional_messages (Adds additional messages to the thread before creating the run.) is not exist inside RunRequest Struct, I think it will be useful in library. https://platform.openai.com/docs/api-reference/runs/createRun#runs-createrun-additional_messages You can assign...