Skip to content

Commit

Permalink
Update comment [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 31, 2024
1 parent 17b2bb3 commit e3af607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class ContainerBuildServiceImpl implements ContainerBuildService {
//increment metrics
CompletableFuture.supplyAsync(() -> metricsService.incrementBuildsCounter(request.identity), executor)

// save the container request in the underlying storage
// save the container request in the underlying storage (redis)
createBuildRecord(request)

// launch the build async
Expand Down

0 comments on commit e3af607

Please sign in to comment.