uas-at-ucla / suas-23-24

Software/Vision operations for UAS@UCLA, 2023-2024. For a list of tasks, visit https://github.com/orgs/uas-at-ucla/projects/1
3 stars 0 forks source link

Maximize parallel processing #43

Open nathanchan631 opened 11 months ago

nathanchan631 commented 11 months ago

Add more server workers to gunicorn (in start_gunicorn.sh). Have to be careful with locking, make sure read/writes to Redis/Prometheus occur atomically.

We also eventually want to look into running the OpenCV scripts in parallel + port them to C++.