add daily scrape of interesting rent listings

This commit is contained in:
Viktor Barzin 2025-07-25 22:14:45 +00:00
parent 762408e054
commit 272d54d014
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 19 additions and 3 deletions

View file

@ -23,7 +23,7 @@ case "$ENV_MODE" in
prod)
echo "🚀 Running in PRODUCTION mode"
alembic upgrade head
celery -A celery_app worker &
celery -A celery_app worker --beat &
CELERY_PID=$!
;;
*)