openfoodfacts / search-a-licious

🍊🔎 A pluggable search service for large collections of objects (like Open Food Facts)
https://search.openfoodfacts.org
GNU Affero General Public License v3.0
6 stars 4 forks source link

feat: add support for Redis Stream #75

Closed raphael0202 closed 6 months ago

raphael0202 commented 6 months ago

Implement support for Redis stream, that are replacing Redis queues.

This comes with a full redesign of the update mechanism, and unit tests to test the code. Coverage is not full (61% on _import.py), additional tests will be needed to reach 100%.

raphael0202 commented 6 months ago

I've added extra log messages, thank you for your review!