Files
symfony-flex-recipes-contrib/enqueue.async-event-dispatcher.0.7.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

34 lines
1.2 KiB
JSON

{
"locks": {
"enqueue/async-event-dispatcher": {
"version": "0.7",
"recipe": {
"repo": "0.7",
"branch": "master",
"version": "0.7",
"ref": "9e937ccb79e08b978f91fb816d4e6d645813113a"
}
}
},
"manifests": {
"enqueue/async-event-dispatcher": {
"repository": "github.com/symfony/recipes-contrib",
"package": "enqueue/async-event-dispatcher",
"version": "0.7",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/enqueue_async_event_dispatcher.yaml": {
"contents": "enqueue:\n async_events:\n enabled: true\n # if you'd like to send send messages onTerminate use spool_producer (it makes response time even lesser):\n # spool_producer: true\n",
"executable": false,
"encoding": ""
}
},
"origin": "enqueue/async-event-dispatcher:0.7@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}