Errors by project: XXXXX-> 'API responded with status 429'\" #29082
Replies: 1 comment
-
Closing because the question is related to Faros CLI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to limit the requests to set up a Jira connection?
bash <(curl -s https://raw.githubusercontent.com/faros-ai/airbyte-local-cli/main/airbyte-local.sh)
--src 'farosai/airbyte-faros-feeds-source'
--src.feed_cfg.feed_name 'jira-feed'
--src.feed_cfg.email '[email protected]'
--src.feed_cfg.api_token "xxxxxxxxxxxxxxxxxxxxxx"
--src.feed_cfg.domain 'https://xxxxxxx/jira/'
--src.feed_cfg.projects_query_mode.query_mode 'ProjectList'
--src.feed_cfg.projects '["XXXXX"]'
--src.feed_cfg.reject_unauthorized false
--dst.edition_configs.hasura_url 'http://host.docker.internal:8080/'
--dst.edition_configs.hasura_admin_secret 'XXXXX'
--dst.edition_configs.edition 'community'
--dst.edition_configs.verify_ssl_cert false
--dst 'farosai/airbyte-faros-destination'
--src.feed_cfg.concurrency_limit 1
--no-src-pull
--no-dst-pull
--max-cpus "1" 2>&1 | tee log.txt
Beta Was this translation helpful? Give feedback.
All reactions