Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…astructure into QOLDEV-905-queue-scaling
  • Loading branch information
ThrawnCA committed Oct 30, 2024
2 parents 7b3ec38 + cf18e66 commit 4c3ddb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/waf_web_acl.cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Resources:
Statement:
RateBasedStatement:
AggregateKeyType: "IP"
EvaluationWindowSec: 300
Limit: 5000
VisibilityConfig:
CloudWatchMetricsEnabled: true
Expand Down
2 changes: 1 addition & 1 deletion test/features/xloader.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: XLoader
And I create a dataset and resource with key-value parameters "notes=Testing XLoader" and "name=test-csv-resource::url=https://people.sc.fsu.edu/~jburkardt/data/csv/addresses.csv::format=CSV"
# Wait for XLoader to run
And I press "test-csv-resource"
And I reload page every 3 seconds until I see an element with xpath "//*[contains(string(), 'DataStore']" but not more than 6 times
And I reload page every 3 seconds until I see an element with xpath "//*[contains(string(), 'DataStore')]" but not more than 6 times
Then I should see "DataStore"

When I press "DataStore"
Expand Down

0 comments on commit 4c3ddb3

Please sign in to comment.