mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-01 09:39:21 +00:00
fix regression
This commit is contained in:
parent
37f5e59ffc
commit
cfc9af8148
@ -98,7 +98,7 @@ class WorkChannelMessageHandler implements MessageHandler {
|
||||
|
||||
if (instance.isCancelled()) {
|
||||
ourLog.info("Skipping chunk {} because job instance is cancelled", chunkId);
|
||||
myJobPersistence.markInstanceAsCompleted(instanceId);
|
||||
myJobPersistence.markInstanceAsStatus(instanceId, StatusEnum.CANCELLED);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user