We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18f2e32 + 05c7906 commit f9fce86Copy full SHA for f9fce86
1 file changed
Configuration/Settings.yaml
@@ -6,7 +6,7 @@ Flowpack:
6
# batchSize: 50
7
JobQueue:
8
Common:
9
- queues:
+ presets:
10
'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
11
className: 'Flowpack\JobQueue\Beanstalkd\Queue\BeanstalkdQueue'
12
executeIsolated: true
@@ -15,10 +15,9 @@ Flowpack:
15
host: '127.0.0.1'
16
port: 11300
17
18
+ queues:
19
+ 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
20
+ preset: 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer'
21
+
22
'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.Live':
- className: 'Flowpack\JobQueue\Beanstalkd\Queue\BeanstalkdQueue'
- executeIsolated: true
- options:
- client:
23
- host: '127.0.0.1'
24
- port: 11300
0 commit comments