docs(render): document standard plan in Blueprint
This commit is contained in:
parent
94db15ab68
commit
64b8ea3bf2
@ -31,7 +31,7 @@ services:
|
|||||||
- type: web
|
- type: web
|
||||||
name: clawdbot
|
name: clawdbot
|
||||||
runtime: docker
|
runtime: docker
|
||||||
plan: starter
|
plan: standard
|
||||||
healthCheckPath: /health
|
healthCheckPath: /health
|
||||||
envVars:
|
envVars:
|
||||||
- key: PORT
|
- key: PORT
|
||||||
@ -68,7 +68,7 @@ Key Blueprint features used:
|
|||||||
| Starter | Never | 1GB+ | Personal use, small teams |
|
| Starter | Never | 1GB+ | Personal use, small teams |
|
||||||
| Standard+ | Never | 1GB+ | Production, multiple channels |
|
| Standard+ | Never | 1GB+ | Production, multiple channels |
|
||||||
|
|
||||||
The Blueprint defaults to `starter`. To use free tier, change `plan: free` in your fork's
|
This repo's Blueprint uses `standard`. To use free tier, change `plan: free` in your fork's
|
||||||
`render.yaml` (but note: no persistent disk means config resets on each deploy).
|
`render.yaml` (but note: no persistent disk means config resets on each deploy).
|
||||||
|
|
||||||
## After deployment
|
## After deployment
|
||||||
@ -143,7 +143,7 @@ Check the deploy logs in the Render Dashboard. Common issues:
|
|||||||
|
|
||||||
### Slow cold starts (free tier)
|
### Slow cold starts (free tier)
|
||||||
|
|
||||||
Free tier services spin down after 15 minutes of inactivity. The first request after spin-down takes a few seconds while the container starts. Upgrade to Starter plan for always-on.
|
Free tier services spin down after 15 minutes of inactivity. The first request after spin-down takes a few seconds while the container starts. Upgrade to Standard plan (or higher) for always-on.
|
||||||
|
|
||||||
### Data loss after redeploy
|
### Data loss after redeploy
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user