todo update

This commit is contained in:
Dylan Knutson
2025-01-31 05:55:08 +00:00
parent a26fda0c44
commit c53665c689
2 changed files with 2 additions and 1 deletions

View File

@@ -7,3 +7,4 @@
- [ ] Standardize all the embeddings tables to use the same schema (item_id, embedding)
- [ ] Bluesky scraper
- [ ] Download favs / votes for E621 users
- [ ] Automatically enqueue jobs for FA users to do incremental scans of profiles

View File

@@ -5,7 +5,7 @@ class Domain::E621::Task::CollectPostFavsTask
include HasMeasureDuration
sig { params(query: String, start_page: Integer, max_page: Integer).void }
def run(query:, start_page: 1, max_page: 1)
def run(query:, start_page:, max_page:)
page = start_page
while page <= max_page
url =