Files
atabackend/entrypoint-celery.sh
Beyhan Oğur d50f14bcb1 first commit
2026-04-26 22:20:45 +03:00

13 lines
232 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
# Hata durumunda scripti durdur
set -e
echo "Waiting for web service to complete migrations..."
# Web servisinin migration'ları tamamlaması için bekle
sleep 10
echo "Starting Celery worker with beat..."
exec "$@"