Frontmatter
| id | 9033 |
| title | Refactor: DevRank Spider Checkpointing |
| state | Closed |
| labels | enhancementperformance |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 8:01 PM |
| updatedAt | Feb 7, 2026, 8:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9033 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 8:02 PM |
Implement incremental saving in the
Spiderservice to prevent data loss during long discovery runs.Changes:
Spider.mjs: Savetracker.json(candidates) andvisited.json(graph) after processing every page of search results (or every N repositories).