Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26633 Handle received exceptions when getting site response
The commit modifies the logic to handle the processing of responses when invoking the verifyAndReturnSiteAfterCompletion method for site pushing. It now makes use of Java's CompletableFuture.exceptionally method, which allows us to handle exceptions that occur in the previous stages of the pipeline. This change also included a minor adjustment to clarify the calculation for ending time in the Runnable task.
- Loading branch information