mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #92 from makasim/enqueue-additions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
enqueue:
|
||||
async_events:
|
||||
enabled: true
|
||||
# if you'd like to send send messages onTerminate use spool_producer (it makes response time even lesser):
|
||||
# spool_producer: true
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "beanstalk://"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user