You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: