thunderbird / thunderbird/appointment

Add some additional workers for the server

Open
#484 0 comments 0 reactions 0 assignees View on GitHub

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.

https://fastapi.tiangolo.com/deployment/server-workers/

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.