Skip to content
Discussion options

You must be logged in to vote

yep, I can reproduce the exact DB log on 0.6.0.

I ran the worker poller against a fresh pgvector/pgvector:pg17 DB with HINDSIGHT_API_DATABASE_SCHEMA=public and just a dummy public.async_operations table. On ghcr.io/vectorize-io/hindsight:0.6.0, _scan_active_schemas() logs:

ERROR:  function schemas_with_pending_work() does not exist
STATEMENT:  SELECT * FROM schemas_with_pending_work()

Same test on 0.6.1 doesn't log that. The poller caches {'schemas_with_pending_work': False} and falls back to the normal per-schema scan.

So this looks like the old worker path, not your public schema setting. Repull/recreate the app container, or pin ghcr.io/vectorize-io/hindsight:0.6.1 instead of a cached l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by benfrank241
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants