Skip to content

Commit

Permalink
Updating namex namesp sql documentation (not part of any deployments) (
Browse files Browse the repository at this point in the history
…#1506)

Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 authored Nov 30, 2023
1 parent 6ee8d66 commit 87b0232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nro-legacy/sql/object/names/namex/package/solr_pkb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ CREATE OR REPLACE PACKAGE BODY NAMEX.solr AS
-- Called from a job to send queued changes to Solr.
--
PROCEDURE feed_solr IS
CURSOR solr_feeder IS SELECT * FROM solr_feeder WHERE status <> STATUS_COMPLETE ORDER BY id;
CURSOR solr_feeder IS SELECT * FROM solr_feeder WHERE status <> STATUS_COMPLETE and status <> STATUS_IGNORED AND send_count < 60 ORDER BY id;
solr_feeder_row solr_feeder%ROWTYPE;

error_response VARCHAR2(4000);
Expand Down

0 comments on commit 87b0232

Please sign in to comment.