Skip to content

Commit b9c3e0d

Browse files
author
Stefan Bruggmann
committed
TASK: Add doctrine tableName config to readme
1 parent 1e61bcb commit b9c3e0d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,22 @@ Check the ```Settings.yaml``` to adapt based on the Queue package, you need to a
3737
'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.Live':
3838
className: 'Flowpack\JobQueue\Beanstalkd\Queue\BeanstalkdQueue'
3939

40+
If you use the [doctrine](https://packagist.org/packages/flownative/jobqueue-doctrine) package you have to set the ```tableName``` manually:
41+
42+
Flowpack:
43+
JobQueue:
44+
Common:
45+
queues:
46+
'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer':
47+
className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
48+
options:
49+
tableName: 'flowpack_jobqueue_QueueIndexer'
50+
51+
'Flowpack.ElasticSearch.ContentRepositoryQueueIndexer.Live':
52+
className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
53+
options:
54+
tableName: 'flowpack_jobqueue_QueueIndexerLive'
55+
4056
# Batch Indexing
4157

4258
## How to build indexing job

0 commit comments

Comments
 (0)