You've already forked FrameTour-BE
渲染机
This commit is contained in:
@@ -175,6 +175,7 @@ public class TaskTaskServiceImpl implements TaskService {
|
||||
taskList.forEach(task -> {
|
||||
taskMapper.assignToWorker(task.getId(), worker.getId());
|
||||
videoTaskRepository.clearTaskCache(task.getId());
|
||||
repository.clearCache(worker.getId());
|
||||
});
|
||||
} finally {
|
||||
lock.unlock();
|
||||
|
Reference in New Issue
Block a user