Skip to content
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

Pipeline Issues with duty cycling turned off #1092

Open
Abby-Wheelis opened this issue Sep 23, 2024 · 1 comment
Open

Pipeline Issues with duty cycling turned off #1092

Abby-Wheelis opened this issue Sep 23, 2024 · 1 comment

Comments

@Abby-Wheelis
Copy link
Member

We got a report from uue who had asked people to turn duty cycling off on their phones, and after that point stopped seeing data on the admin dashboard. After investigating, it seems that under these circumstances we are never converting the background/location entries to background/filtered_location entries so the rest of the pipeline is ignoring them (found a log statement indicating that filter_accuracy disabled, early return).

For a principled fix, we'll need to think deeper about how to handle duty cycling and data collection parameters in general.

For now, @shankari proposed 2 potential changes:

  1. add duty cycling to the dynamic config and read it from there to enable/disable filter_accuracy - which we will do later for some other planned work
  2. add option to admin dash to allow people to download raw data to do independent processing -- this could include adding a toggle for processed/raw in trajectories and pulling background/location or analysis/recreated_location, depending

@TeachMeTW @JGreenlee can you please work on (2) change so we can unblock the folks at uue?

@Abby-Wheelis
Copy link
Member Author

Temp fix for (2) is open at #133, linking the two for tracking!

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

No branches or pull requests

1 participant