Skip to content

Check for broken text in the chat #4

@taariq

Description

@taariq

Feature Request

A good chat box that doesn't have broken text


Conversation Transcript

User: Tell me about scale-to-zero

SerenAI: SerenDB's scale-to-zero feature automatically suspends your compute after 5 minutes of inactivity, so you pay nothing when your database isn't in use. When a new connection or query arrives, the compute spins back up in seconds and resumes exactly where it left off.

This is perfect for development environments, staging databases, or agent workloads with variable traffic patterns. On paid plans, you can disable this behavior if you need your compute to stay always-active.

# Check your compute's scale-to-zero setting
seren compute show <compute-id>

# Keep a compute always-active (paid plans only)
seren compute edit <compute-id> --scale-to-zero=false

The cold start typically takes just a few seconds, making it nearly transparent for most use cases while dramatically reducing costs during idle periods.


Submitted: 2025-10-15T18:25:51.041Z
Source: serendb.com/landing

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions