feat(server): retry transcript job (#11414)

This commit is contained in:
darkskygit
2025-04-02 12:02:07 +00:00
parent 3b13affa58
commit 501b5f6a97
11 changed files with 125 additions and 10 deletions

View File

@@ -8087,6 +8087,10 @@ export function useAFFiNEI18N(): {
* `Transcription job already exists`
*/
["error.COPILOT_TRANSCRIPTION_JOB_EXISTS"](): string;
/**
* `Transcription job not found.`
*/
["error.COPILOT_TRANSCRIPTION_JOB_NOT_FOUND"](): string;
/**
* `You have exceeded your blob size quota.`
*/

View File

@@ -1999,6 +1999,7 @@
"error.COPILOT_FAILED_TO_MATCH_CONTEXT": "Failed to match context {{contextId}} with \"%7B%7Bcontent%7D%7D\": {{message}}",
"error.COPILOT_EMBEDDING_UNAVAILABLE": "Embedding feature not available, you may need to install pgvector extension to your database",
"error.COPILOT_TRANSCRIPTION_JOB_EXISTS": "Transcription job already exists",
"error.COPILOT_TRANSCRIPTION_JOB_NOT_FOUND": "Transcription job not found.",
"error.BLOB_QUOTA_EXCEEDED": "You have exceeded your blob size quota.",
"error.STORAGE_QUOTA_EXCEEDED": "You have exceeded your storage quota.",
"error.MEMBER_QUOTA_EXCEEDED": "You have exceeded your workspace member quota.",