Skip to content

Commit

Permalink
fix: More appropriate redis stats, run black
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Mar 13, 2024
1 parent e57c796 commit 24fe3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get_redis_bus_stats(self):
"queue_lengths": lag,
}

print(f"Redis bus queue length: {consumer_stats['queue_length']}")
print(f"Redis bus queue length: {consumer_stats['queue_lengths']}")

Check warning on line 172 in platform_plugin_aspects/management/commands/monitor_load_test_tracking.py

View check run for this annotation

Codecov / codecov/patch

platform_plugin_aspects/management/commands/monitor_load_test_tracking.py#L172

Added line #L172 was not covered by tests

return consumer_stats

Check warning on line 174 in platform_plugin_aspects/management/commands/monitor_load_test_tracking.py

View check run for this annotation

Codecov / codecov/patch

platform_plugin_aspects/management/commands/monitor_load_test_tracking.py#L174

Added line #L174 was not covered by tests

Expand Down

0 comments on commit 24fe3c8

Please sign in to comment.