Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMPQ -> AMQP | Jeremy Benoist | 2016-09-14 | 1 | -5/+5 |
| | |||||
* | Add more tests | Jeremy Benoist | 2016-09-11 | 1 | -0/+1 |
| | | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests) | ||||
* | Enable Redis async import | Jeremy Benoist | 2016-09-11 | 2 | -5/+229 |
| | | | | | | | | - using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` - | ||||
* | Add test for RabbitMQ | Jeremy Benoist | 2016-09-11 | 1 | -0/+225 |
Also update Symfony deps |