Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
name: pr-sentiment-api
runtime: python
region: oregon
plan: starter # 'free' works too, but sleeps after inactivity
plan: free # always-free instance; sleeps after ~15 min idle (≈50s cold start on next request)
branch: main
buildCommand: pip install --no-cache-dir -r requirements_api.txt
# gunicorn manages the process; UvicornWorker runs the ASGI app.
Expand Down
Loading