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

NAMESP Solr Feeder job erring continuously for NRs with special chars #18841

Closed
2 tasks done
kialj876 opened this issue Nov 30, 2023 · 1 comment
Closed
2 tasks done
Assignees
Labels
BTR Business Transparency Register NameX NameX and related services proxied via namex OPS

Comments

@kialj876
Copy link
Collaborator

kialj876 commented Nov 30, 2023

Description

Update to the solr job running every minute in NAMESP to ignore entries with > 60 attempts to prevent it spamming the solr-feeder with thousands of error sentry logs.

CURSOR solr_feeder IS SELECT * FROM solr_feeder WHERE status <> STATUS_COMPLETE and status <> STATUS_IGNORED AND send_count < 60 ORDER BY id;

  • update namex documentation (kial)
  • update to namesp (David R)
@droberts27
Copy link
Collaborator

Implemented in NAMESP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BTR Business Transparency Register NameX NameX and related services proxied via namex OPS
Projects
None yet
Development

No branches or pull requests

2 participants