Missing call
This commit is contained in:
parent
35111ad7fa
commit
14633fe72c
@ -42,4 +42,8 @@ class CoordinatorClient(
|
||||
.bodyValue(ProgressUpdate(referenceId, taskId, percent, message))
|
||||
.retrieve()
|
||||
.toBodilessEntity()
|
||||
.doOnSuccess { log.info { "Progress sent" } }
|
||||
.doOnError { e -> log.error(e) { "Failed to send progress" } }
|
||||
.subscribe()
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user