Send messages to Neptune Redis via PubSub
This commit is contained in:
@@ -162,6 +162,7 @@ def process_data(chunk, index, chunk_size):
|
||||
msg = db.r.rpop(KEYNAME)
|
||||
if not msg:
|
||||
return
|
||||
# TODO: msgpack
|
||||
msg = orjson.loads(msg)
|
||||
total_start = time.process_time()
|
||||
# normalise fields
|
||||
|
||||
Reference in New Issue
Block a user