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

Source Slack: hitting max retries #5683

Closed
marcosmarxm opened this issue Aug 26, 2021 · 0 comments · Fixed by #5707 or #5708
Closed

Source Slack: hitting max retries #5683

marcosmarxm opened this issue Aug 26, 2021 · 0 comments · Fixed by #5707 or #5708
Assignees
Labels

Comments

@marcosmarxm
Copy link
Member

Enviroment

  • Airbyte version: 0.29.12-alpha
  • OS Version / Instance: macOS 11
  • Deployment: Docker
  • Source Connector and version: Slack 0.1.9
  • Destination Connector and version: Postgres 0.3.9
  • Severity: Very Low / Low / Medium / High / Critical
  • Step where error happened: Sync job

Current Behavior

Slack is hitting the max retries.

2021-08-26 05:22:28 ERROR () LineGobbler(voidCall):85 - Traceback (most recent call last):
2021-08-26 05:22:28 ERROR () DefaultAirbyteStreamFactory(internalLog):108 - Max retry limit reached. Request: <PreparedRequest [GET]>, Response: <Response [429]>
2021-08-26 05:22:28 ERROR () LineGobbler(voidCall):85 -   File "/airbyte/integration_code/main.py", line 33, in <module>
2021-08-26 05:22:28 ERROR () LineGobbler(voidCall):85 -     launch(source, sys.argv[1:])
2021-08-26 05:22:28 ERROR () DefaultAirbyteStreamFactory(internalLog):108 - Encountered an exception while reading stream SourceSlack
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 110, in read
    logger=logger, stream_instance=stream_instance, configured_stream=configured_stream, connector_state=connector_state

Expected Behavior

Tell us what should happen.

Logs

logs-20-2.txt

Steps to Reproduce

  1. create source using integration account
  2. create destination
  3. sync...

Are you willing to submit a PR?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment