Refactoring finished :-)

eveai_workers now working (with errors ;-) )
Remote debugging now available
This commit is contained in:
Josako
2024-05-07 22:51:48 +02:00
parent 494d5508ae
commit cd5afa0408
14 changed files with 147 additions and 31 deletions

View File

@@ -1,3 +1,9 @@
#!/usr/bin/env bash
source .venv/bin/activate
celery -A app.celery_app flower
cd "/Volumes/OWC4M2_1/Dropbox/Josako's Dev/Josako/EveAI/Development/eveAI/" || exit 1
source "/Volumes/OWC4M2_1/Dropbox/Josako's Dev/Josako/EveAI/Development/eveAI/.venv/bin/activate"
# on development machine, no authentication required
export FLOWER_UNAUTHENTICATED_API=True
# Start a worker for the 'embeddings' queue with higher concurrency
celery -A eveai_workers.celery flower