Allow setting cpuTimeSoftLimitMs and cpuTimeHardLimitMs from the env

Open
#3,977 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
typescript
Domain
cli

Research direction

Start in internal/functions/serve/templates/main.ts at the referenced cpuTimeSoftLimitMs and cpuTimeHardLimitMs assignments. Trace how the CLI currently reads environment variables for local edge-function serving, then determine where these two limits should be connected. Done means the requested environment variables set both CPU limits when serving functions locally.

Written by the indexing model from the issue text.

Description

✨ Feature supabase/cli

Is your feature request related to a problem? Please describe.
I have a custom setup for deploying supabase edge functions to a self-hosted cloud where CPU limits apply differently. I would like to be able to test the edge functions locally with those cpu limits

Describe the solution you'd like
A set of environment variables that sets the cpu limits at https://github.com/supabase/cli/blob/8652151c891f70db49100b042b25f80f0e1cfcaf/internal/functions/serve/templates/main.ts#L171C11-L172

Describe alternatives you've considered
Nothing feasible

Additional context

Dominant language
TypeScript
Stars
2.4k
Forks
523
Avg merge
21h 33m
Merged PRs (30d)
258

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from supabase/cli

All issues in supabase/cli

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.