Skip to content

Performance: Non-blocking Transcription #10

Description

@ashrafee-dev

Description: The audio_transcript call is likely blocking the asyncio event loop. This prevents the server from handling other concurrent WebSocket connections while one is being processed.

Task: Wrap the transcription call in ```run_in_executor```` or use an asynchronous library to ensure the API remains responsive.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions