mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
1bfa277b79
@ -120,7 +120,7 @@ export default class extends Instruction {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (job.status === JOB_STATUS.PENDING) {
|
if (job.status === JOB_STATUS.PENDING) {
|
||||||
await job.save();
|
await job.save({ transaction: processor.transaction });
|
||||||
return processor.exit();
|
return processor.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user