0.6.1 - Data Coverage & Observability #1219
KaliszS
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Highlights
Data Coverage tab
We have added a new
Data Coveragetab to the admin panel which shows the data that we support for each provider. This information is always up to date.Note
Although it includes OpenWearables capabilities, it does not display which data has already been synchronised with the system.
Observability, deployments & logs
The focus of this release was on making debugging and troubleshooting easier by improving the visibility of logs and sync statuses. These changes include the following:
skippedstatus added).insertedandupdated.Lookback for pull syncs
Although we recommend using webhooks, we have added
lookbacksas a safeguard against data gaps if you need to use periodic pull syncs for any reason. This could happen if a user has not opened their wearables app for a long time, causing the live sync window to expire. This issue can now be resolved by syncing data from a specified number of minutes, hours or days in the past.In order to use this feature, you will need to set the
PULL_SYNC_LOOKBACKenvironment variable, specifying a string containing a number and a time unit. For example,2dwould mean 2 days,3hwould mean 3 hours, and15mwould mean 15 minutes. In periodic pull mode, live sync by default retrieves data recorded from the start of the day on which it is called until the present moment. Setting the lookback extends the start of the sync window by the specified duration and unit of time.Note
PULL_SYNC_LOOKBACKis disabled by default.This session is in committed stateerrorThanks to our new contributor, the bug that caused ORM objects to be downgraded has been fixed.
What's Changed
Observability, deployments & logs
Docs & chores
Suunto
Garmin
Polar
Whoop
Fitbit
Other improvements
New Contributors
Full Changelog: 0.6.0...0.6.1
This discussion was created from the release 0.6.1 - Data Coverage & Observability.
Beta Was this translation helpful? Give feedback.
All reactions