Skip to content

Commit

Permalink
increased insights job timeout to 300 seconds (singer-io#148)
Browse files Browse the repository at this point in the history
* increased insights job timeout to 300 seconds

* version bump to 1.12.1
  • Loading branch information
leslievandemark authored and jesuejunior committed Mar 17, 2023
1 parent b72469b commit cfcef2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 1.12.1
* Increased insights job timeout to 300 seconds [#148](https://github.com/singer-io/tap-facebook/pull/148)

# 1.12.0
* Added leads stream [#143](https://github.com/singer-io/tap-facebook/pull/143)

Expand Down
2 changes: 1 addition & 1 deletion tap_facebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

API = None

INSIGHTS_MAX_WAIT_TO_START_SECONDS = 2 * 60
INSIGHTS_MAX_WAIT_TO_START_SECONDS = 5 * 60
INSIGHTS_MAX_WAIT_TO_FINISH_SECONDS = 30 * 60
INSIGHTS_MAX_ASYNC_SLEEP_SECONDS = 5 * 60

Expand Down

0 comments on commit cfcef2f

Please sign in to comment.