(body, message)
| 382 | ... queues=['hipri']) |
| 383 | """ |
| 384 | def task_id_in_map(body, message): |
| 385 | return map.get(message.properties['correlation_id']) |
| 386 | |
| 387 | # adding the limit means that we don't have to consume any more |
| 388 | # when we've found everything. |
nothing calls this directly
no test coverage detected
searching dependent graphs…