Need to define the path of tasks
app = Celery( "LLM App", broker=redis_url, backend=redis_url, include=["utils.tasks"])