Nainesh Patel

Results 6 comments of Nainesh Patel

After adding @ApiPageable like this, ```java @Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @ApiImplicitParams({ @ApiImplicitParam( name = "page_size", dataType = "int", paramType = "query", value = "OPTIONAL The preferred number of workflow runs...

> After adding @ApiPageable like this, > > ```java > @Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE}) > @Retention(RetentionPolicy.RUNTIME) > @ApiImplicitParams({ > @ApiImplicitParam( > name = "page_size", > dataType = "int", > paramType =...

In my local load test, handling a parent IOException which includes both `SocketException` and `SocketTimeoutException` + other IO related exceptions, improved test results. I am happy to create PR and...

Thank you! @bentsherman

> Ok nice. A test should be added to verify that setting is read from the config, otherwise it should default to 5 Thanks for your review. Let me make...

> Ok nice. A test should be added to verify that setting is read from the config, otherwise it should default to 5 I have completed the change, could you...