-
-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Description of the feature you are requesting:
As a user, I'd like to be able to cancel a transcription when it is stuck in the "Waiting for transcription..." stage. Currently, when uploading long audio files, such as a 3-hour recording, the file remains in this waiting state indefinitely, with no way to stop the process. This results in the inability to clear out stalled tasks.
Describe the solution you'd like
I would like an option to cancel a transcription while it is in the "Waiting for transcription..." stage. This could be implemented as a "Cancel" button next to the pending task, allowing users to immediately remove the audio from the queue.
Describe alternatives you've considered
- Refreshing the page: This does not remove the stalled transcription and it continues to occupy the queue.
- Restarting the server: Results are the same as when reopening localhost.
I have attached below a screenshot of what I am referring to. If there is a solution, thank you for any help you can provide!