(self, producer, task_id)
| 398 | return retry_policy |
| 399 | |
| 400 | def on_task_call(self, producer, task_id): |
| 401 | if not task_join_will_block(): |
| 402 | self.result_consumer.consume_from(task_id) |
| 403 | |
| 404 | def get(self, key): |
| 405 | return self.client.get(key) |
nothing calls this directly
no test coverage detected