From: Mike Rylander Date: Thu, 20 Oct 2022 15:36:53 +0000 (-0400) Subject: Allow attempts at recovery from DB errors X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5754c01df111c935a395931bd7a52db2eb9dcbd4;p=working%2FEvergreen.git Allow attempts at recovery from DB errors Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/support-scripts/ingest_ctl b/Open-ILS/src/support-scripts/ingest_ctl index fc4da7a21b..9ac98443d6 100755 --- a/Open-ILS/src/support-scripts/ingest_ctl +++ b/Open-ILS/src/support-scripts/ingest_ctl @@ -24,7 +24,7 @@ use POSIX ":sys_wait_h"; use Socket; use OpenSRF::Utils ':daemon'; -my $raise_db_error = 1; +my $raise_db_error = 0; # Globals for the command line options: my $opt_lockfile = '/tmp/queued-ingest-coordinator-LOCK';