Add voice analytics filters and metrics
This commit is contained in:
@@ -34,6 +34,14 @@ else:
|
||||
)
|
||||
|
||||
celery_app.conf.update(
|
||||
imports=(
|
||||
"app.tasks.achievements",
|
||||
"app.tasks.audio_cache",
|
||||
"app.tasks.generation_maintenance",
|
||||
"app.tasks.generation_workflow",
|
||||
"app.tasks.memory",
|
||||
"app.tasks.push_notifications",
|
||||
),
|
||||
task_track_started=True,
|
||||
task_serializer="json",
|
||||
accept_content=["json"],
|
||||
|
||||
Reference in New Issue
Block a user