mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
feat: add logs in campaigns for failure or pausing (#265)
* feat: add logs in campaigns on failure * chore: bump pipecat * chore: update format.sh * chore: fix github workflow * fix: fix formatting errors
This commit is contained in:
parent
abfb678b4d
commit
d4b6afb020
77 changed files with 1001 additions and 245 deletions
|
|
@ -3,7 +3,6 @@ import os
|
|||
import sys
|
||||
|
||||
import loguru
|
||||
from pipecat.utils.run_context import run_id_var
|
||||
|
||||
from api.constants import (
|
||||
ENVIRONMENT,
|
||||
|
|
@ -16,6 +15,7 @@ from api.constants import (
|
|||
)
|
||||
from api.enums import Environment
|
||||
from api.utils.worker import get_worker_id, is_worker_process
|
||||
from pipecat.utils.run_context import run_id_var
|
||||
|
||||
# Track if logging has been initialized
|
||||
_logging_initialized = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue