Skip to content

Commit e5d57c0

Browse files
authored
TASK: Fix Doctrine queue configuration example
1 parent 78776ea commit e5d57c0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

4240
If 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

0 commit comments

Comments
 (0)