Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-24 10:32:33 +00:00
parent b650a0f11d
commit c5dfae1482

View file

@ -362,4 +362,5 @@ async function scheduleRetry(
next_retry_at: nextRetryAt,
})
.eq("id", jobId);
return false;
}