Correcting tags
This commit is contained in:
parent
e889dc3c61
commit
85caa81781
@ -202,7 +202,7 @@ class ConvertService(@Autowired override var coordinator: ConverterCoordinator)
|
|||||||
}
|
}
|
||||||
|
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
eventManager.setProcessEventCompleted(referenceId, event.eventId)
|
eventManager.setProcessEventCompleted(referenceId, event.eventId, Status.SKIPPED)
|
||||||
log.error { "Canceling event ${event.eventId}\n\t by declaring it as consumed." }
|
log.error { "Canceling event ${event.eventId}\n\t by declaring it as consumed." }
|
||||||
producer.sendMessage(
|
producer.sendMessage(
|
||||||
referenceId = referenceId,
|
referenceId = referenceId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user