View | Details | Raw Unified | Return to bug 35111
Collapse All | Expand All

(-)a/misc/workers/background_jobs_worker.pl (-1 / +2 lines)
Lines 64-69 use Koha::Logger; Link Here
64
use Koha::BackgroundJobs;
64
use Koha::BackgroundJobs;
65
use C4::Context;
65
use C4::Context;
66
66
67
$SIG{'PIPE'} = 'IGNORE';    # See BZ 35111; added to ignore PIPE error when connection lost on Ubuntu.
68
67
my ( $help, @queues );
69
my ( $help, @queues );
68
70
69
my $max_processes = $ENV{MAX_PROCESSES};
71
my $max_processes = $ENV{MAX_PROCESSES};
70
- 

Return to bug 35111