Skip to content

Commit

Permalink
Revert "Add _channel attr in test runs, too"
Browse files Browse the repository at this point in the history
This reverts commit 85d8544.
  • Loading branch information
stchris committed Sep 24, 2024
1 parent 85d8544 commit 24c4b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servicelayer/taskqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ def process_nonblocking(self):
else:
queue_active[queue] = True
task = get_task(body, method.delivery_tag)
task._channel = channel
success, retry = self.handle(task, channel)
if success:
channel.basic_ack(task.delivery_tag)
Expand Down

0 comments on commit 24c4b7f

Please sign in to comment.