Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

added activities to sync count from activities listing success log #217

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

kevforget
Copy link

No description provided.

@@ -788,7 +790,7 @@ def _downloadActivityList(self, conn, exhaustive, no_add=False):

self._accumulateExclusions(conn, svcExclusions)
self._accumulateActivities(conn, svcActivities, no_add=no_add)
self._global_logger.info(f"[SYNC PROCESS] Successfully got the list of activities to sync for hub user id {self.user['_id']} from partner {conn.Service.ID}")
self._global_logger.info(f"[SYNC PROCESS] Successfully listed {len(svcActivities)} activities to sync for hub user id {self.user['_id']} from partner {conn.Service.ID}. {len(svcExclusions)} activities have been excluded from sync")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La règle d'exclusion est propre à chaque partner, certain n'en font jamais, d'autre excluent les activités non mappés (STD, ...)

@kevforget kevforget merged commit 8f709ea into hub-decathlon Oct 26, 2022
@delete-merged-branch delete-merged-branch bot deleted the feat/SPORT-1003_successful_activity_list branch October 26, 2022 09:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants