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

Syncro CRM : utilisation du capture de message Sentry au lieu de raise #4984

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

AntoineGirard
Copy link
Member

@AntoineGirard AntoineGirard commented Jan 17, 2025

Contexte

Dans le cadre du job de synchro avec Notion, j’avais raise quand le format de l’URL ne permettait pas de déterminer le territoire ou l’organisation.
En faisant cela, le job s’arrête et n’essaye pas d’aller synchroniser les éléments restants.

Solution

On utilise un capture message Sentry pour avoir l’info sans pour autant arrêter la synchro.

Copy link
Contributor

@victormours victormours left a comment

Choose a reason for hiding this comment

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

pour un job qui fait plusieurs appels d'api, l'idéal ça serait qu'il lance un batch de job unitaire qui ferait chacun un unique appel d'api. Ça évite ce genre de bug, et ça permet de faire qu'un retry du job ne fait que le minimum d'appel nécessaire.
Mais pour une amélioration de cooldown, c'est très bien comme ça. 👍

@AntoineGirard
Copy link
Member Author

Yes totalement aligné avec toi @victormours
L’idée ici c’était juste de faire une v0 rapide qui répond au besoin :)
On pourra itérer dessus par la suite

@AntoineGirard AntoineGirard force-pushed the agd/crm-sync-use-sentry-message branch from 521ce9c to 281ee3d Compare January 17, 2025 10:21
@AntoineGirard AntoineGirard force-pushed the agd/crm-sync-use-sentry-message branch from 281ee3d to 7a22fd6 Compare January 17, 2025 21:11
@AntoineGirard AntoineGirard enabled auto-merge (squash) January 17, 2025 21:14
@AntoineGirard AntoineGirard merged commit d5ee23d into production Jan 17, 2025
15 checks passed
@AntoineGirard AntoineGirard deleted the agd/crm-sync-use-sentry-message branch January 17, 2025 21:15
Copy link

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

Did you find this useful? React with a 👍 or 👎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants