diff options
| author | Max Nanis | 2026-02-27 20:29:40 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-27 20:29:40 -0500 |
| commit | a11d3e562482abe909478f3c8bc1e7225fb095f9 (patch) | |
| tree | 6a194ea3439569a8588cd4a732156b4a43510742 /jb/flow/events.py | |
| parent | 758d60f4b6e46b2b601518cebee9af3b777f3c50 (diff) | |
| download | amt-jb-a11d3e562482abe909478f3c8bc1e7225fb095f9.tar.gz amt-jb-a11d3e562482abe909478f3c8bc1e7225fb095f9.zip | |
Updating py-utils to v3.3.4
Diffstat (limited to 'jb/flow/events.py')
| -rw-r--r-- | jb/flow/events.py | 2 |
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 |
