Thanks for your suggestion @<1523701087100473344:profile|SuccessfulKoala55> !
It sounds like retry is hard if you're not using POST. Am I interpreting this right?
POST is convenient, yeah I agree but I don't see why the rest can't retry.
It would be helpful if you could elaborate more; which behavior you're trying to control, what's the actual SW stacks and why they're on good terms with POST, why other methods won't work, etc.
Hi @<1578193384537853952:profile|MoodyOx45> , I would suggest using CLEARML_API_DEFAULT_REQ_METHOD=PUT
The reason we've been using a single method is mostly so we can control the behavior (since in many cases, SW stacks will associate specific retry behaviors with POST etc.)