Skip to content

Commit

Permalink
pacing cloudFormation.listStacks to avoid throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed May 11, 2021
1 parent a9e8c19 commit 8424c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mhlabs/awscii-cli",
"version": "1.0.7",
"version": "1.0.8",
"description": "Tool that renders ASCII-art graphs of AWS resource's metrics",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/stack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ program
})
);
nextMarker = stacks.NextToken;
await wait(50);
await wait(200);
} while (nextMarker);
spinner.stop();
cacheUtil.save(`stacks_${cmd.profile}_${cmd.region}`, stackList);
Expand Down

0 comments on commit 8424c93

Please sign in to comment.