mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 17:02:52 +00:00
Added statistics update using SSE for delete requests
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user