Merge branch 'main' into next

This commit is contained in:
GitHub Actions Bot 2024-08-23 10:01:45 +00:00
commit 1bfa277b79

View File

@ -120,7 +120,7 @@ export default class extends Instruction {
});
if (job.status === JOB_STATUS.PENDING) {
await job.save();
await job.save({ transaction: processor.transaction });
return processor.exit();
}