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

(-)a/misc/workers/es_indexer_daemon.pl (-4 / +3 lines)
Lines 17-32 Link Here
17
17
18
=head1 NAME
18
=head1 NAME
19
19
20
background_jobs_worker_es.pl - Worker script that will process background Elasticsearch jobs
20
es_indexer_daemon.pl - Worker script that will process background Elasticsearch jobs
21
21
22
=head1 SYNOPSIS
22
=head1 SYNOPSIS
23
23
24
./background_jobs_worker_es.pl --batch_size=X
24
./es_indexer_daemon.pl --batch_size=X
25
25
26
Options:
26
Options:
27
27
28
   -b --batch_size          how many jobs to commit (default: 10)
28
   --help                   brief help message
29
   --help                   brief help message
29
   -b --batch_size          how many jobs to commit
30
30
31
=head1 OPTIONS
31
=head1 OPTIONS
32
32
33
- 

Return to bug 32594