-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
base: master
Are you sure you want to change the base?
🐛 Source Facebook Marketing : Fix retry pattern #54171
Conversation
@NahidOulmi is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this 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?
@NahidOulmi thanks for the fix, running tests! |
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 theMyFacebookAdsApi
class.User Impact
The syncs in the Source Facebook Marketing connector should work better.
Can this PR be safely reverted and rolled back?