mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
Added statistics update using SSE for delete requests
This commit is contained in:
parent
7a7ea8c96d
commit
ccf6908223
@ -179,6 +179,8 @@ class RequestProcessor(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
statisticsUpdateProducer.emitNext("", Sinks.EmitFailureHandler.FAIL_FAST)
|
||||||
|
|
||||||
return overallRequestStatus
|
return overallRequestStatus
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
requestRepository.save(
|
requestRepository.save(
|
||||||
@ -193,6 +195,8 @@ class RequestProcessor(
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
statisticsUpdateProducer.emitNext("", Sinks.EmitFailureHandler.FAIL_FAST)
|
||||||
|
|
||||||
return RequestStatus.ERROR
|
return RequestStatus.ERROR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user