Skip to content

Keep track of what retry method actually works #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 9, 2023

Conversation

puddly
Copy link
Collaborator

@puddly puddly commented Jun 8, 2023

I'd like to reduce the number of internal retries: 5 is a little excessive. To keep track of which ones work I've added some global counters for each one. These counters will be present in the ZHA diagnostic JSON.

@puddly puddly force-pushed the puddly/retry-counters branch from 8d64271 to 0ad8e7d Compare June 9, 2023 19:37
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.03 ⚠️

Comparison is base (c4db8d1) 98.54% compared to head (6cd3e60) 98.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #216      +/-   ##
==========================================
- Coverage   98.54%   98.51%   -0.03%     
==========================================
  Files          43       43              
  Lines        3773     3780       +7     
==========================================
+ Hits         3718     3724       +6     
- Misses         55       56       +1     
Impacted Files Coverage Δ
zigpy_znp/zigbee/application.py 95.17% <100.00%> (+0.08%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@puddly puddly merged commit e3a2ba5 into zigpy:dev Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant