Aelentel

Results 9 comments of Aelentel

had the same problem, multiprocess.mark_process_dead() only clean "gauge" files, not the others. as a possible solution indeed gauge should be removed but all other (counter, histogram, etc...) should be summed...

you should consider altering the token limit of the request, so you get a more complete response. you should maybe also read the API documentation that clearly state this :...

> @Aelentel Working on this and will raise a PR soon do you know if @TheoKanning is letting this project down ? there's a lots of PR not answered. this...

@louisice if you're on the experimenting mode, consider using that OkHttp Interceptor. the headers you should be interested in are "x-ratelimit-reset-tokens" and "x-ratelimit-reset-requests" right now i don't think those headers...

According to the linked issue, power of 2 and multiple of 8, I'll try 16 for the batch size. However the memory usage is still problematic, the model itself is...

@michaelfeil changed the batch to 8, made sure that the API call also limit the request on 8 doc each call, still memory issue, is there a way to disable...

Hi @ashetkar, here's the code i had to do to make it working : ```java @Bean LazyConnectionDataSourceProxy datasource(DatabaseProperties props) { // see https://docs.yugabyte.com/preview/reference/drivers/java/yugabyte-jdbc-reference/ Properties poolProperties = new Properties(); // poolProperties.setProperty("dataSource.user",...

well, the goal from my point of view was to be able to : - have excalidraw drawing dirictly expressed in the same document that use the drawing (documentation, etc...

> the effort is higher than expected and could not take the time are you still considering working on it ?