-
Notifications
You must be signed in to change notification settings - Fork 311
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcomponent: core

Description
BRPOPLPUSH is deprecated in favour of BLMOVE.
The command is used here:
intelmq/intelmq/lib/pipeline.py
Lines 271 to 272 in 979af96
retval = self.pipe.brpoplpush(self.source_queue, | |
self.internal_queue, 0) |
and mocked here:
intelmq/intelmq/lib/bot_debugger.py
Line 120 in 188609b
pl.pipe.brpoplpush = lambda source_q, inter_q, i: pl.pipe.lindex(source_q, -1) |
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorcomponent: core