Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345872
D1345.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
860 B
Subscribers
None
D1345.diff
View Options
diff --git a/swh/journal/checker.py b/swh/journal/backfill.py
rename from swh/journal/checker.py
rename to swh/journal/backfill.py
--- a/swh/journal/checker.py
+++ b/swh/journal/backfill.py
@@ -9,7 +9,7 @@
journal queues.
At the moment, a first naive implementation is the
-SimpleCheckerProducer. It simply reads the objects from the
+JournalBackfiller. It simply reads the objects from the
storage and sends every object identifier back to the journal.
"""
@@ -73,7 +73,7 @@
yield dict(zip(primary_key, entry_to_bytes(o)))
-class SimpleCheckerProducer(SWHConfig):
+class JournalBackfiller(SWHConfig):
"""Class in charge of reading the storage's objects and sends those
back to the publisher queue.
@@ -134,4 +134,4 @@
if __name__ == '__main__':
- SimpleCheckerProducer().run()
+ JournalBackfiller().run()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 3, 3:34 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218641
Attached To
D1345: swh.journal: Add backfiller implementation
Event Timeline
Log In to Comment