stripe / stripe-cli

A command-line tool for Stripe
https://stripe.com/docs/stripe-cli
Apache License 2.0
1.63k stars 377 forks source link

Client.Timeout on CLI #1010

Open gabrielmsoptimalex opened 1 year ago

gabrielmsoptimalex commented 1 year ago
    I'm having the same issue. And yes the "FAIL" message does appear 30s after the request. 
Screen Shot 2022-12-14 at 12 15 20

Originally posted by @gabrielmsoptimalex in https://github.com/stripe/stripe-cli/issues/710#issuecomment-1351607706

banagale commented 1 year ago

It would be nice if this could be configured. That way conditional logic on any given POST could be debugged for at least a few minutes without having to repeat checkout config and submission that triggered the issue.

andreapavoni commented 4 months ago

I've found this issue because it's happening to me as well. The only workaround I've found is to specify the list of events you want to listen. It looks like too many events at once trigger this problem.