aboutsummaryrefslogtreecommitdiff
path: root/jb
diff options
context:
space:
mode:
Diffstat (limited to 'jb')
-rw-r--r--jb/flow/events.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/jb/flow/events.py b/jb/flow/events.py
index 60076de..c759377 100644
--- a/jb/flow/events.py
+++ b/jb/flow/events.py
@@ -103,6 +103,8 @@ def process_assignment_submitted_event(event: MTurkEvent, msg_id: str):
def handle_pending_msgs():
+ # TODO!: This doesn't run at all.
+
# Looks in the redis queue for msgs that
# are pending (read by a consumer but not ACK). These prob failed.
# Below is from chatgpt, idk if it works