Miad Abrin
Miad Abrin
> I don't see preserving the HPA count from a previous time, falls within the scope of Flagger. We don't want to interfere with how HPAs work, Flagger merely creates...
@stefanprodan yeah but shouldn't the `Kustomization` be able to be deleted before the timeout? or is this the intended behaviour?
@stefanprodan makes sense. we have been using this mechanism to track some long-running pods (like a migration) and update another kustomization once it is done. but when it does fail...
based on @stefanprodan 's advice, we ended up lowering the values for both timeout and interval and it gives the chance to the kustomization to be unblocked after each timeout...
/remove-lifecycle rotten
Thank you for this much needed feature. Any updates on the ETA of merge/release?
@maxboone sounds good thank you
@Kernle32DLL like this one ``` req := &Envelope{ EnvelopeAttr: c.Envelope, NSAttr: c.Namespace, + TNSAttr: c.ThisNamespace, XSIAttr: XSINamespace, Header: c.Header, - Body: Body{Message: in}, + Body: in, } ``` and it...
@Kernle32DLL I had tested that . here is the wsdl we are working with `https://bpm.shaparak.ir/pgwchannel/services/pgw?wsdl` I tested the whole request payload before sending and it had no envelope body. maybe...
@Kernle32DLL Please note that it was working before ( I just had added the namespace name before the elements inside the generated model code but other than that it was...