aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Command/RedisWorkerCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-6/+6
|
* Casted maxIterations for Redis importNicolas LÅ“uillet2016-12-061-1/+1
| | | | Simpleue\Worker wants an integer, we gave it a string
* Add Pinboard importJeremy Benoist2016-11-041-1/+1
|
* Add Instapaper importJeremy Benoist2016-09-271-1/+1
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Add more testsJeremy Benoist2016-09-111-1/+4
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-111-0/+41
- 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` -