Skip to content

Commit

Permalink
Set rate limit to 401
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Dec 1, 2024
1 parent e910962 commit f1d2690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Type": "Task",
"Parameters": {
"Cluster": "${__cluster_arn__}",
"MaxItems": 1000
"MaxItems": 401
},
"Resource": "arn:aws:states:::aws-sdk:ecs:listTasks",
"ResultSelector": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Type": "Task",
"Parameters": {
"Cluster": "${__cluster_arn__}",
"MaxItems": 1000
"MaxItems": 401
},
"Resource": "arn:aws:states:::aws-sdk:ecs:listTasks",
"ResultSelector": {
Expand Down

0 comments on commit f1d2690

Please sign in to comment.