mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
feat: temporarily disable batch file saving route and implement alternative handler in spider controller
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user