Skip to content

Feat/meet summary v2#1346

Closed
FloChehab wants to merge 2 commits into
mainfrom
feat/meet-summary-v2
Closed

Feat/meet summary v2#1346
FloChehab wants to merge 2 commits into
mainfrom
feat/meet-summary-v2

Conversation

@FloChehab

@FloChehab FloChehab commented May 14, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

FloChehab added 2 commits May 14, 2026 14:04
We are in the process of moving meet to summary v2 routes and tasks.
This commits removes code from summary and moves some code from summary to meet,
which should have the responsability of this code.
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
13.3% Duplication on New Code (required ≤ 3%)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

)
except ValidationError as exc:
logger.error("Invalid webhook payload: %s", exc)
raise drf_exceptions.ValidationError(detail=exc) from exc
import os
from functools import cached_property, lru_cache
from typing import Annotated, Any, List, Literal, Mapping, Optional, Set
from typing import Annotated, List, Literal, Mapping, Optional, Set
from django.utils.translation import gettext_lazy as _

import dj_database_url
import posthog
Comment on lines +221 to +236
# def task_started(task_id=None, task=None, args=None, **kwargs):
# """Signal handler called before task execution begins."""
# task_args = args or []
# metadata_manager.create(task_id, task_args)
#
#
# @signals.task_retry.connect(sender=process_audio_transcribe_summarize_v2)
# def task_retry_handler(request=None, reason=None, einfo=None, **kwargs):
# """Signal handler called when task execution retries."""
# metadata_manager.retry(request.id)
#
#
# @signals.task_failure.connect(sender=process_audio_transcribe_summarize_v2)
# def task_failure_handler(task_id, exception=None, **kwargs):
# """Signal handler called when task execution fails permanently."""
# metadata_manager.capture(task_id, settings.posthog_event_failure)
recording_metadata=payload.metadata,
task_id=job_id,
)
except BaseException as e:
@FloChehab

Copy link
Copy Markdown
Collaborator Author

Closing in favor of #1362

@FloChehab FloChehab closed this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants