|
@@ -1159,7 +1159,7 @@ for example one that reads the current prefetch count:
|
|
|
|
|
|
@inspect_command
|
|
@inspect_command
|
|
def current_prefetch_count(state):
|
|
def current_prefetch_count(state):
|
|
- return {'prefetch_count': state.consumer.qos.value}
|
|
|
|
|
|
+ return {'prefetch_count': state.consumer.qos.value}
|
|
|
|
|
|
|
|
|
|
After restarting the worker you can now query this value using the
|
|
After restarting the worker you can now query this value using the
|