feat: added meta-scheduler for running periodic tasks

This commit is contained in:
MSI\ModSetter 2025-10-22 19:49:30 -07:00
parent 182f815bb7
commit a90767a478
6 changed files with 376 additions and 7 deletions

View file

@ -3,6 +3,7 @@ DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/surfsense
#Celery Config
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/0
# Dynamic Periodic task creation uv run celery -A celery_worker.celery_app beat --loglevel=info
SECRET_KEY=SECRET
NEXT_FRONTEND_URL=http://localhost:3000