Fix heavy import (#4701)

This commit is contained in:
Chris Weaver
2025-05-13 16:04:16 -07:00
committed by GitHub
parent daa1746b4a
commit b82278e685

View File

@@ -11,7 +11,7 @@ from ee.onyx.server.query_history.api import fetch_and_process_chat_session_hist
from ee.onyx.server.query_history.api import ONYX_ANONYMIZED_EMAIL
from ee.onyx.server.query_history.models import ChatSessionSnapshot
from ee.onyx.server.query_history.models import QuestionAnswerPairSnapshot
from onyx.background.celery.apps.primary import celery_app
from onyx.background.celery.apps.heavy import celery_app
from onyx.background.task_utils import construct_query_history_report_name
from onyx.configs.app_configs import JOB_TIMEOUT
from onyx.configs.app_configs import ONYX_QUERY_HISTORY_TYPE