File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ Check the ```Settings.yaml``` to adapt based on the Queue package, you need to a
3636 presets:
3737 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
3838 className: 'Flowpack\JobQueue\Common\Queue\FakeQueue'
39- 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.Live':
40- className: 'Flowpack\JobQueue\Common\Queue\FakeQueue'
4139
4240If you use the [ doctrine] ( https://packagist.org/packages/flownative/jobqueue-doctrine ) package you have to set the ``` tableName ``` manually:
4341
@@ -47,11 +45,11 @@ If you use the [doctrine](https://packagist.org/packages/flownative/jobqueue-doc
4745 presets:
4846 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
4947 className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
48+ queues:
49+ 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
5050 options:
5151 tableName: 'flowpack_jobqueue_QueueIndexer'
52-
5352 'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.Live':
54- className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
5553 options:
5654 tableName: 'flowpack_jobqueue_QueueIndexerLive'
5755
You can’t perform that action at this time.
0 commit comments