feat: temporarily disable batch file saving route and implement alternative handler in spider controller

This commit is contained in:
Marvin Zhang
2025-07-23 14:55:04 +08:00
parent b4288b08a5
commit a2d13fae36
5 changed files with 38 additions and 11 deletions

View File

@@ -174,7 +174,7 @@ func (svc *Service) fetchAndRunTasks() {
case <-svc.fetchTicker.C:
// Use a separate context with timeout for each operation
if err := svc.processFetchCycle(); err != nil {
svc.Debugf("fetch cycle error: %v", err)
//svc.Debugf("fetch cycle error: %v", err)
}
}
}