Commit 9ebdb57
feat(cli): support OGX_WORKERS env var to override worker count (#6221)
## Summary
- Add `OGX_WORKERS` environment variable to override the configured
worker count, matching the existing `OGX_PORT` pattern.
## Test plan
- Set `OGX_WORKERS=4` and verify uvicorn starts with 4 workers
- Unset `OGX_WORKERS` and verify the config value is used
Signed-off-by: Derek Higgins <derekh@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0a386e9 commit 9ebdb57
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments