Auto-stop machine + Stripe Webhooks

Hey everyone,

I’m currently updating my machine configs to auto-stop/start to save a bit of cash. I’m a bit concerned though about auto-stopping my main application since it listens for Stripe webhooks and that’s obviously pretty crucial to my business.

Anyone have any experience doing this on an app using Stripe? Is the start-up time quick enough that you’re confident there are no issues responding to incoming webhook events?

Cheers,
Tyler

2 Likes

It depends on your app and your point of view.

In my case, it’s not suffisant, only Nginx starts and return a 502. But it’s pretty unoptimized. (PHP + Nginx).

With the proper config and quick boot, it’s totally fine IMHO. I still prefer to always have one instance running, my users can’t tolerate an error,

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.