Skip to content

Commit 0cf095d

Browse files
authored
Watch changed arguments
1 parent f1be37d commit 0cf095d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_lightweight_queue/backends/reliable_redis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def move_processing_jobs_to_main(pipe):
6565
# retry.
6666
self.client.transaction(
6767
move_processing_jobs_to_main,
68-
processing_queue_keys,
68+
*processing_queue_keys,
6969
)
7070

7171
def enqueue(self, job, queue):

0 commit comments

Comments
 (0)