1
This commit is contained in:
@@ -41,5 +41,10 @@ public interface ITencentDocBatchPushService {
|
||||
* 获取推送状态和倒计时信息
|
||||
*/
|
||||
Map<String, Object> getPushStatusAndCountdown();
|
||||
|
||||
/**
|
||||
* 将长时间仍处于 RUNNING 的批次归档为 INTERRUPTED(并可选发企微告警,见实现类配置)
|
||||
*/
|
||||
void reconcileStaleRunningRecords(String fileId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user