Skip to content

Remove double executor run from RetryingClient.space #382

Closed
@ArtDu

Description

@ArtDu

Now we have a performance problem so we run retrying wrapper in the executor and the retryable task in the executor

return wrapOperation(() -> CompletableFuture.supplyAsync(spaceSupplier, executor)).get();

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions