FeatureFuel
1

Very low sporadic use & auto-pause

Source: supabase/supabase#28532 · opened by @ppo
My use case: I'm starting a new project/app. First thing, I created a landing page with a "register to waitlist" feature. So there's no real activity yet. I understand why you auto-pause projects with no activity but in this case, that doesn't mean the project has been abandoned. _I don't know about the technical feasibility but in principle…_ Idea: Allow a state "low activity" for such cases, in which the instance is paused fast (5-30 minutes of inactivity, as configured) but auto unpaused when there's a call to the API. And/or with a mode "write only", queue the requests/inserts and process them daily (or as configured, also manually). In my case, all I do is "if email not registered yet, insert" (so 1 read, 1 insert). The read is not mandatory if the insert can fail silently when the queue is processed. Ideally, we should be able to code a job for the "low activity queue". Otherwise, to avoid …

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests