Frontmatter
| id | 9028 |
| title | Refactor: DevRank Updater Checkpointing |
| state | Closed |
| labels | enhancementperformance |
| assignees | tobiu |
| createdAt | Feb 7, 2026, 7:11 PM |
| updatedAt | Feb 7, 2026, 7:13 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9028 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8930 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 7, 2026, 7:13 PM |
Implement incremental saving in the
Updaterservice to prevent data loss during long-running batch processes.Changes:
Config.mjs: Addupdater.saveInterval(default: 10).Updater.mjs: ModifyprocessBatchto persistdata.jsonandusers.jsoneveryNsuccessful updates.