We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccb48e4 + b65de3b commit acc8186Copy full SHA for acc8186
src/main/java/com/iexec/worker/executor/TaskExecutorService.java
@@ -245,6 +245,7 @@ public void reveal(String chainTaskId) {
245
if (!revealService.canReveal(chainTaskId)) {
246
log.warn("The worker will not be able to reveal [chainTaskId:{}]", chainTaskId);
247
customFeignClient.updateReplicateStatus(chainTaskId, CANT_REVEAL);
248
+ return;
249
}
250
251
if (!revealService.hasEnoughGas()) {
0 commit comments