migration to web

This commit is contained in:
tanyar09
2025-10-31 12:23:19 -04:00
parent 94385e3dcc
commit 4c2148f7fc
12 changed files with 1103 additions and 25 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/bin/bash
# Start RQ worker for PunimTag background jobs
cd "$(dirname "$0")"
# Activate virtual environment if it exists
if [ -d "venv" ]; then
source venv/bin/activate
fi
# Set Python path
export PYTHONPATH="$(pwd)"
# Start worker
python -m src.web.worker