when discovering package repos, initialize crawl time to 1970 #386

Closed
opened 2025-10-14 16:03:39 -06:00 by navan · 0 comments
Owner

Originally created by @tayloraswift on 9/28/2023

repo discovery and tag discovery happen asynchronously. when we discover a new GitHub repo, we have to wait for the entire package index to turn over before we can see its tags, because we initialize its crawl time to the time of insertion. we should zero out the crawl date so new repos are first in line to be crawled.

*Originally created by @tayloraswift on 9/28/2023* repo discovery and tag discovery happen asynchronously. when we discover a new GitHub repo, we have to wait for the entire package index to turn over before we can see its tags, because we initialize its crawl time to the time of insertion. we should zero out the crawl date so new repos are first in line to be crawled.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/swift-unidoc#386
No description provided.