add daily scrape of interesting rent listings
This commit is contained in:
parent
762408e054
commit
272d54d014
2 changed files with 19 additions and 3 deletions
|
|
@ -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=$!
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue