MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / deleteStoredJobQuiet

Method deleteStoredJobQuiet

tmp_admin/tmp_admin.ts:789–795  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

787 }
788 }
789
790 private async persistJobQuiet(key: string, job: TempAdminJob): Promise<void> {
791 try {
792 await this.persistJob(key, job);
793 } catch (error) {
794 console.error(`[tmp_admin] 更新持久化任务失败 ${key}:`, error);
795 }
796 }
797
798 private async restoreJobs(): Promise<void> {

Callers 2

scheduleWithDelayMethod · 0.95
scheduleRetryMethod · 0.95

Calls 2

deleteStoredJobMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected