mozilla-iam / cis

Home of Mozilla IAM change integration service repository.
Mozilla Public License 2.0
10 stars 27 forks source link

Configure CIS Test to trigger CIS to Auth0 webhook consumer Test #512

Closed gene1wood closed 4 years ago

gene1wood commented 4 years ago

Once this is merged, it should be tagged with a tag that looks like this to initiate a deployment into the testing environment.

This should be done either at ?:22 or at ?:52 (22 minutes past the hour or 52 minutes past the hour) so that the deployment happens between two invocation storms that happen every 30 minutes.

Then watch the metrics of the invocations of this webhook to see if it's causing a problem (exhausting API call thresholds).

The addition of this webhook to the test environment will cause an additional

for every ChangeAPI invocation.

The current invocation storms appear to trigger 4000 invocations of the Change API which means this will trigger an additional 8000 invocations (4000 webhook, 4000 PersonAPI)