-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACK-2866] Fix Dexcom task failing for newly created Dexcom connecti…
…ons (#697) * [BACK-2866] Fix Dexcom task failing for newly created Dexcom connections - Fix Dexcom task failing for newly created Dexcom connections - Only set CreatedUserID in UsersDataSetsCreate if user AuthDetails - Always add error to Dexcom tasks whether or not task should fail - Update tests - Update .gitignore and .dockerignore - https://tidepool.atlassian.net/browse/BACK-2866 * [BACK-2866] Increase Dexcom task duration maximum and available period - Doubled average period between Dexcom task executions from 60 minutes to 120 minutes - Doubled task duration to account for a couple of long running errors observed in logs - Minor changes for local debugging
- Loading branch information
1 parent
f797630
commit 05c2492
Showing
9 changed files
with
113 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
*.coverprofile | ||
_bin/ | ||
_tmp/ | ||
coverprofile.out | ||
debug | ||
deploy/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.coverprofile | ||
*.env | ||
*.test | ||
/_bin | ||
/_data | ||
|
@@ -7,3 +8,5 @@ | |
/deploy | ||
/.idea | ||
.DS_Store | ||
.envrc | ||
coverprofile.out |
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
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
Oops, something went wrong.