fix(plugin-workflow): add index for pending job recovery (#10427)

This commit is contained in:
Junyi
2026-08-28 22:53:10 +08:00
committed by GitHub
parent 072bf42dd0
commit e2626f342c
@@ -65,4 +65,5 @@ export default {
name: 'log',
},
],
indexes: [{ fields: ['status', 'id'] }],
};