aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Consumer/AMPQ
Commit message (Collapse)AuthorAgeFilesLines
* Fix DateTime & clear()Jeremy Benoist2016-09-111-1/+6
|
* Convert other imports to RabbitJeremy Benoist2016-09-111-7/+7
|
* Send every imported item to the queueJeremy Benoist2016-09-111-0/+63
Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format. Then, the worker retrieve that information, find / create the entry and save it.