Skip to content

Commit

Permalink
Add missing filters in monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 20, 2023
1 parent 1004485 commit 9dd5f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archive_query_log/monitoring/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def home(config: Config) -> str | Response:
output_name="Sources",
description="Build sources for all archives.",
document=Archive,
filter_query=~Exists(field="exclusion_reason"),
timestamp_field="last_built_sources",
),
_get_processed_progress(
Expand All @@ -263,6 +264,7 @@ def home(config: Config) -> str | Response:
output_name="Sources",
description="Build sources for all search providers.",
document=Provider,
filter_query=~Exists(field="exclusion_reason"),
timestamp_field="last_built_sources",
),
_get_processed_progress(
Expand Down

0 comments on commit 9dd5f41

Please sign in to comment.