endlessm / azafea

Service to track device activations and usage metrics
Mozilla Public License 2.0
10 stars 2 forks source link

Discard MonitorConnected and MonitorDisconnected #183

Closed wjt closed 3 months ago

wjt commented 3 months ago

We do not have a use for this data.

https://phabricator.endlessm.com/T33684

wjt commented 3 months ago

The revision doesn't need to be revised because:

  1. We have one Alembic branch per event processor; the change in #181 was on the v3 event processor but this is on v2
  2. AFAICT there is no practical problem in having divergent migration branches within one event-processor; it's more one of tidiness.
wjt commented 3 months ago

However I do need to fix:

=================================== FAILURES ===================================
_________________________________ FLAKE8-check _________________________________
/opt/azafea/src/azafea/event_processors/endless/metrics/v2/model/__init__.py:19:1: F401 'sqlalchemy.types.LargeBinary' imported but unused
/opt/azafea/src/azafea/event_processors/endless/metrics/v2/model/__init__.py:32:1: F401 '..utils.get_bytes' imported but unused