Undo recent changes related to Python upgrade

This changeset undoes the recent changes we tried after the Python 3.13 update as they had no bearing on the SSL cert validation errors.  Back to the drawing board!

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-07-29 16:28:00 -04:00
parent 5450970ff1
commit b13e294673
7 changed files with 12 additions and 15 deletions

View File

@@ -70,7 +70,8 @@ run-celery: ## Run celery, TODO remove purge for staging/prod
-A run_celery.notify_celery worker \
--pidfile="/tmp/celery.pid" \
--loglevel=INFO \
--pool=solo
--pool=gevent
--concurrency=20
.PHONY: dead-code