verygoodsecurity / vgs-collect-js

VGS Collect.js script loading module
https://www.verygoodsecurity.com/
7 stars 14 forks source link

How to catch long running HTTP requests to VGS? #55

Open yashshah1 opened 1 year ago

yashshah1 commented 1 year ago

Current Behavior

VGS currently has an active incident: https://status.verygoodsecurity.com/

image

This is causing inbound routes calling our VGS vault to have a long-running HTTP request (> 1min) and then fail.

Expected Behavior

VGS allows setting a timeout on submit calls for inbound routes and surfaces an error when the timeout is hit.

Your Environment