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

Facebook marketing sync fails #10139

Closed
dermasmid opened this issue Feb 7, 2022 · 0 comments · Fixed by #10917
Closed

Facebook marketing sync fails #10139

dermasmid opened this issue Feb 7, 2022 · 0 comments · Fixed by #10917
Assignees
Labels

Comments

@dermasmid
Copy link

dermasmid commented Feb 7, 2022

Environment

  • Airbyte version: 0.35.15-alpha
  • OS Version / Instance: container optimized os
  • Deployment: GKE
  • Source Connector and version: Facebook marketing 0.2.31
  • Destination Connector and version: MongoDB 0.1.3
  • Severity: Medium
  • Step where error happened: Sync job

Current Behavior

Sometimes the facebook api fails with a oauth error, and the worker fails without any retry.

Expected Behavior

The worker should retry 5 times.

Logs

logs-52.txt

LOG
    {
      "error": {
        "message": "An unexpected error has occurred. Please retry your request later.",
        "type": "OAuthException",
        "is_transient": true,
        "code": 2,
        "fbtrace_id": "AsnSc1-19evRAwNl0A4SLRL"
      }
    }
2022-02-07 00:27:14 INFO i.a.w.p.KubePodProcess(getReturnCode):695 - Exit code for pod source-facebook-marketing-sync-52-0-jqlqx is 1
2022-02-07 00:27:14 INFO i.a.w.p.KubePodProcess(exitValue):710 - Closed all resources for pod source-facebook-marketing-sync-52-0-jqlqx
2022-02-07 00:27:14 INFO i.a.w.p.KubePodProcess(exitValue):710 - Closed all resources for pod source-facebook-marketing-sync-52-0-jqlqx
2022-02-07 00:27:14 INFO i.a.w.p.KubePodProcess(exitValue):710 - Closed all resources for pod source-facebook-marketing-sync-52-0-jqlqx

Steps to Reproduce

This would be hard to reproduce because you need the facebook api to return this error.

Are you willing to submit a PR?

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants