Update the flask-socketio config to play more nicely:

* Reverts run commands to what they previously were
* Addresses some outstanding linting/formatting
* Accounts for proper config initialization (CORS, Redis)
* Updates dependencies and pulls in latest changes from main

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-04-16 17:43:10 -04:00
parent 71e8f20b04
commit 419d6cee69
8 changed files with 29 additions and 19 deletions

View File

@@ -65,7 +65,7 @@ too-complex:
.PHONY: run-flask
run-flask:
poetry run newrelic-admin run-program python run.py
poetry run newrelic-admin run-program flask run -p 6011 --host=0.0.0.0
.PHONY: run-celery
run-celery: ## Run celery, TODO remove purge for staging/prod