Replies: 2 comments
-
|
The pending inference jobs is probably this bug: #1605 You can find the ones that are pending inference you can do: and to find the pending crawling, you can do: |
Beta Was this translation helpful? Give feedback.
-
|
OK thanks. I used those queries to figure out what the problem bookmarks were and then I cleaned them up by deleting and recreating most of them. It did give me some insights - not all of these were related to the v25 upgrade, some were more recent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got Karakeep v0.27.1 running via Docker Compose and it's been working and is very useful. When I go to the background jobs page it says there are 6 unprocessed crawler jobs and 55 unprocessed inference jobs and I'm trying to figure out what they are. I've got a smart list which shows untagged bookmarks and there are only 2 of those and they're text notes so that makes sense.
To try to figure out what's going on I copied the db.db and queue.db files out of the container and I'm browsing the databases with a DB Browser for SQLite, but so far I don't see where those unprocessed items would be represented in the database. When I look at queue.db I figured the tasks table would be the obvious choice, but there are only 11 records in that table and all the numRunsLeft's are 0. I see drizzle_migrations with 62 entries so that's sort of in the ballpark.
Can anyone give me some guidance where to find these unprocessed items to at least understand them and possibly clean them out? These have been present for weeks/months so it doesn't seem to be a just wait thing. I believe I've tried to recrawl failed links only, regenrate AI tags for failed bookmarks only, and regenerate AI summaries for failed bookmarks only and none of them have cleared out the unprocessed items.
Beta Was this translation helpful? Give feedback.
All reactions