projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35fbab5
)
Allow attempts at recovery from DB errors
author
Mike Rylander
<mrylander@gmail.com>
Thu, 20 Oct 2022 15:36:53 +0000
(11:36 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Thu, 20 Oct 2022 15:36:53 +0000
(11:36 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/support-scripts/ingest_ctl
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/ingest_ctl
b/Open-ILS/src/support-scripts/ingest_ctl
index
fc4da7a
..
9ac9844
100755
(executable)
--- 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';