todo update
This commit is contained in:
1
TODO.md
1
TODO.md
@@ -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
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user