Valentin Clavreul
Valentin Clavreul
I got the same issue. While debugging I found out it stumbled on Traits, so I excluded them and it worked.
I had a similar problem, but I could find a workaround. First I think this limit of 64k comes most probably from the buffer size for a standard unix pipeline...
To try it, I made the change by copy/pasting this method into my own project. It fails fast with `429` errors with too much parallelization (like ~10 gorountines sending each...
I've missed that info sorry :sweat_smile: That being said, while debugging, it seems that the SDK do not fill this information while batching, and neither does any of the contained...
Thanks a lot for your reactivity ! I'll check the release this afternoon. Indeed, we didn't find the documentation about this KV store limit. Adjusting our script to throttle them...
> * I'm not sure it's always a desired behaviour... (at least for me it's not I believe) maybe it should be a dedicated attribute option ? I was wrong,...
> > * I'm not sure it's always a desired behaviour... (at least for me it's not I believe) maybe it should be a dedicated attribute option ? > >...