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 014ad92 + acc8186 commit 9759ad2Copy full SHA for 9759ad2
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