Skip to content

Commit dab2bc4

Browse files
committed
[doc] update config ref.
1 parent 01f00d8 commit dab2bc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/bundle/config_reference.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@ enqueue:
3939
client:
4040
traceable_producer: true
4141
prefix: enqueue
42+
separator: .
4243
app_name: app
4344
router_topic: default
4445
router_queue: default
4546
router_processor: null
4647
redelivered_delay_time: 0
4748
default_queue: default
4849

50+
# The array contains driver specific options
51+
driver_options: []
52+
4953
# The "monitoring" option could accept a string DSN, an array with DSN key, or null. It accept extra options. To find out what option you can set, look at stats storage constructor doc block.
5054
monitoring:
5155

@@ -57,9 +61,12 @@ enqueue:
5761

5862
# The factory service should be a class that implements "Enqueue\Monitoring\StatsStorageFactory" interface
5963
storage_factory_class: ~
60-
job: false
6164
async_commands:
6265
enabled: false
66+
job:
67+
enabled: false
68+
async_events:
69+
enabled: false
6370
extensions:
6471
doctrine_ping_connection_extension: false
6572
doctrine_clear_identity_map_extension: false

0 commit comments

Comments
 (0)