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

🐛 Source Facebook Marketing : Fix retry pattern #54171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NahidOulmi
Copy link
Contributor

What

The retry pattern was dividing the request limit by 2 at each failed retry but was not setting back to default settings if the retry succeeded

How

There was a typo in the common.py file. last_api_call_is_successful was written with two Ls but it's defined with one L in the MyFacebookAdsApi class.

User Impact

The syncs in the Source Facebook Marketing connector should work better.

Can this PR be safely reverted and rolled back?

  • [💚 ] YES 💚

@NahidOulmi NahidOulmi requested a review from a team as a code owner February 20, 2025 13:39
Copy link

vercel bot commented Feb 20, 2025

@NahidOulmi is attempting to deploy a commit to the Airbyte Growth Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Feb 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 21, 2025 10:26pm

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

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

From what I can identify the chance is correct. @bazarnov can you take a look as you're the last to make changes in this Facebook logic?

@marcosmarxm
Copy link
Member

@NahidOulmi thanks for the fix, running tests!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation community connectors/source/facebook-marketing
Projects
Status: Ready to Ship
Development

Successfully merging this pull request may close these issues.

4 participants