Skip to content

Commit

Permalink
switch where lock is instantiated
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Nov 12, 2024
1 parent eeec51c commit 0362187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def __init__(self):
"""
Start a specific queue - must pass input_queue_name.
"""
self.sqs = self.get_sqs()
self.sqs_lock = Lock()
self.sqs = self.get_sqs()

@staticmethod
def get_queue_prefix():
Expand Down

0 comments on commit 0362187

Please sign in to comment.