Skip to content

feat: Make use of free trial for testing with render.yaml - #2

Open
RayST3 wants to merge 1 commit into
mainfrom
freetest
Open

feat: Make use of free trial for testing with render.yaml#2
RayST3 wants to merge 1 commit into
mainfrom
freetest

Conversation

@RayST3

@RayST3 RayST3 commented Jul 8, 2026

Copy link
Copy Markdown

This pull request updates the render.yaml configuration to use free service plans for both the web service and the database, making it suitable for testing environments. These changes are intended for test purposes and not for production use.

Service plan changes for testing:

  • Changed the plan for the agent-os web service from starter to free, which may cause the service to sleep and affect scheduler reliability.
  • Changed the plan for the agentos-db database from basic-256mb to free, noting that free Postgres databases expire after approximately 30 days.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request modifies the Render Blueprint (render.yaml) to use Render’s free plans for the web service and Postgres database, aiming to make the template cheaper/easier to use for short-lived testing environments.

Changes:

  • Switched the agent-os web service plan from starter to free (with an inline warning about sleep/scheduler unreliability).
  • Switched the agentos-db Postgres plan from basic-256mb to free (with an inline note about expiry).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread render.yaml
type: web
runtime: docker
plan: starter
plan: free # TEST ONLY — template default is `starter` (never sleeps). free sleeps and the scheduler won't reliably fire.
Comment thread render.yaml
databases:
- name: agentos-db
plan: basic-256mb
plan: free # TEST ONLY — template default is `basic-256mb`. free Postgres expires ~30 days.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants