We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1be37d commit 0cf095dCopy full SHA for 0cf095d
django_lightweight_queue/backends/reliable_redis.py
@@ -65,7 +65,7 @@ def move_processing_jobs_to_main(pipe):
65
# retry.
66
self.client.transaction(
67
move_processing_jobs_to_main,
68
- processing_queue_keys,
+ *processing_queue_keys,
69
)
70
71
def enqueue(self, job, queue):
0 commit comments