f808b01692
Add a real configuration for CS-Fixer
2017-07-01 09:52:38 +02:00
b45b6b6707
Import: we now skip messages when user is null
2017-02-20 09:16:02 +01:00
001cc7168a
Cleanup
2016-11-03 18:01:25 +01:00
7816eb622d
Add entry.saved event to import & rest
2016-11-02 07:10:23 +01:00
1e3d74a9cf
Avoid RabbitMQ consumer to loop
...
When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
2016-10-20 21:17:03 +02:00
7d862f83b9
Re-facto EntryConsumer
...
Using an abstract method allow to share code but also can be used it we add a new broker in the future
2016-09-11 22:15:31 +02:00