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
)

Co-authored-by: Max Krog <[email protected]>
  • Loading branch information
MaxKrog and Max Krog authored Apr 28, 2021
1 parent 4a023f7 commit 5f9e597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 5f9e597

Please sign in to comment.