Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from JupiterOne/int-7472-wait-10-minutes-on-us…
Browse files Browse the repository at this point in the history
…er-endpoint

Address rate limiting on /users/* endpoint
  • Loading branch information
ndowmon authored Mar 14, 2023
2 parents bd39a56 + 87edad9 commit 1decb17
Show file tree
Hide file tree
Showing 5 changed files with 3,513 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to

## Changed

- Due to how the `/users/*` API handles rate limiting, add logic to wait 10
minutes if we encounter a 429 in the `fetch-users` step
- Updated `@jupiterone/integration-sdk-*` packages to `v8.30.5`
- Introduced new SDK testing patterns for `fetch-users` step

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@lifeomic/attempt": "^3.0.3",
"node-fetch": "^2.6.1",
"uuid": "^8.3.2"
},
Expand Down
Loading

0 comments on commit 1decb17

Please sign in to comment.