Skip to content

Commit

Permalink
🎉 Facebook marketing: Wait longer (5 min) for async jobs to start (#3116
Browse files Browse the repository at this point in the history
) (#3119)

Co-authored-by: Max Krog <[email protected]>
Co-authored-by: Max Krog <[email protected]>
Co-authored-by: Max Krog <[email protected]>
  • Loading branch information
3 people authored Apr 28, 2021
1 parent 4a023f7 commit 439ec00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "e7778cfc-e97c-4458-9ecb-b4f2bba8946c",
"name": "Facebook Marketing",
"dockerRepository": "airbyte/source-facebook-marketing",
"dockerImageTag": "0.2.2",
"dockerImageTag": "0.2.3",
"documentationUrl": "https://hub.docker.com/r/airbyte/source-facebook-marketing",
"icon": "facebook.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- sourceDefinitionId: e7778cfc-e97c-4458-9ecb-b4f2bba8946c
name: Facebook Marketing
dockerRepository: airbyte/source-facebook-marketing
dockerImageTag: 0.2.2
dockerImageTag: 0.2.3
documentationUrl: https://hub.docker.com/r/airbyte/source-facebook-marketing
icon: facebook.svg
- sourceDefinitionId: 36c891d9-4bd9-43ac-bad2-10e12756272c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ COPY $CODE_PATH ./$CODE_PATH
COPY setup.py ./
RUN pip install .

LABEL io.airbyte.version=0.2.2
LABEL io.airbyte.version=0.2.3
LABEL io.airbyte.name=airbyte/source-facebook-marketing
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class AdsInsightAPI(IncrementalStreamAPI):
"dma",
]

MAX_WAIT_TO_START = pendulum.Interval(minutes=2)
MAX_WAIT_TO_START = pendulum.Interval(minutes=5)
MAX_WAIT_TO_FINISH = pendulum.Interval(minutes=30)
MAX_ASYNC_SLEEP = pendulum.Interval(minutes=5)

Expand Down

0 comments on commit 439ec00

Please sign in to comment.