thunderbird / thunderbird/appointment
Add some additional workers for the server
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 552
- Forks
- 29
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 23
Description
Right now we run a single instance of uvicorn for stage and prod. This has been working quite well but it might be a good idea to add some additional workers, or bolt gunicorn in front of uvicorn.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked FastAPI server-workers deployment guide, then locate how stage and production currently start uvicorn. Decide whether multiple uvicorn workers or gunicorn is intended, and define done as both environments running the selected worker configuration reliably, with deployment behavior verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100