Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Change ingress filtering to not decrement the total_measures #319

Closed
hannosch opened this issue Oct 1, 2014 · 1 comment
Closed

Change ingress filtering to not decrement the total_measures #319

hannosch opened this issue Oct 1, 2014 · 1 comment
Assignees
Labels

Comments

@hannosch
Copy link
Contributor

hannosch commented Oct 1, 2014

Currently we have an ingress filter limiting the maximum number of observations any single cell/wifi station can get per day.

The tracking of how many items each station can get is based on the total_measures column of the station tables and relies on in/decrementing the column for each day. This means the value doesn't actually reflect the total number of observations anymore.

We should use a separate column for this purpose. After #287 is done, the new_measures column will no longer be used, so we could use it instead and avoid a schema migration.

@hannosch hannosch added the bug label Oct 1, 2014
@hannosch hannosch self-assigned this Dec 9, 2014
@hannosch
Copy link
Contributor Author

Our stats confirmed that the ingress filtering didn't actually catch anything anymore. So removing it was easier than trying to fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant