-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In worker, sync fitbit data for users (#107)
- Create worker directory, and move requirements & mypy.ini out into python dir - Move config.py to src/python - Move models out to src/python - Move wait-for-postgres out into src/python - Remove unused import - Fixup compose; implement worker - Run worker correctly from context - Correctly refresh token; also mark older requests as done - Also update user's synced_at timestamp Fixes #12.
- Loading branch information
1 parent
1582bd7
commit 85119a3
Showing
3 changed files
with
93 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters