fix: harden real backend admin workflows and ui
This commit is contained in:
@@ -37,6 +37,11 @@ export class AdminSendChainController {
|
||||
return this.sendChain.enqueueBatchTask(taskId);
|
||||
}
|
||||
|
||||
@Post('batch-tasks/:id/terminate')
|
||||
terminateTask(@Param('id') taskId: string) {
|
||||
return this.sendChain.terminateBatchTask(taskId);
|
||||
}
|
||||
|
||||
@Post('scheduled/dispatch-due')
|
||||
dispatchDueScheduledTasks() {
|
||||
return this.sendChain.dispatchDueScheduledTasks();
|
||||
|
||||
Reference in New Issue
Block a user