1
This commit is contained in:
@@ -63,5 +63,11 @@ public interface IBatchPublishService
|
||||
* @param delaySeconds 延迟秒数
|
||||
*/
|
||||
void schedulePublish(Long itemId, Integer delaySeconds);
|
||||
|
||||
/**
|
||||
* 重新调度执行某个任务的未完成明细
|
||||
* @param taskId 任务ID
|
||||
*/
|
||||
void retryTask(Long taskId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user