Skip to content

Commit

Permalink
Update common/scala/src/main/scala/org/apache/openwhisk/core/service/…
Browse files Browse the repository at this point in the history
…DataManagementService.scala


Apply comment

Co-authored-by: Brendan Doyle <[email protected]>
  • Loading branch information
style95 and bdoyle0182 committed Mar 11, 2021
1 parent 31e25a0 commit 0d24039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case class AlreadyExist()

/**
* This service is in charge of storing given data to ETCD.
* In case there is any issue occurred while storing data, it keeps trying until the data is stored.
* In the event any issue occurs while storing data, the actor keeps trying until the data is stored guaranteeing delivery to ETCD.
* So it guarantees the data is eventually stored.
*/
class DataManagementService(watcherService: ActorRef, workerFactory: ActorRefFactory => ActorRef)(
Expand Down

0 comments on commit 0d24039

Please sign in to comment.