chore: adjust page styles

This commit is contained in:
RockYang
2024-03-18 06:46:08 +08:00
parent e53db3582c
commit 313993532e
11 changed files with 62 additions and 76 deletions

View File

@@ -95,7 +95,7 @@ func (s *Service) Run() {
}
continue
}
logger.Infof("Task Executed: %+v", task)
// lock the task until the execute timeout
s.taskStartTimes[int(task.Id)] = time.Now()
atomic.AddInt32(&s.handledTaskNum, 1)