Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scraper_added metrics #1243

Merged
merged 1 commit into from
Dec 9, 2024
Merged

fix: scraper_added metrics #1243

merged 1 commit into from
Dec 9, 2024

Conversation

adityathebe
Copy link
Member

when a new config was inserted, we never updated the temp cache. As a result, once the config is set as not found - any subsequent Get() calls to that config returns not found and we treat the same config as a new one.

resolves: #1242

when a new config was inserted, we never updated the temp cache.
As a result, once the config is set as not found - any subsequent Get()
calls to that config returns not found and we treat the same config as a
new one.
@moshloop moshloop merged commit 1413865 into main Dec 9, 2024
9 checks passed
@moshloop moshloop deleted the fix/scraper_add_metrics branch December 9, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scraper_added metrics is incorrect
2 participants