Skip to content

fix: manually restart failed ray tasks#17

Merged
aydin-utting merged 2 commits into
mainfrom
fix/restarting-ray-tasks
Oct 29, 2025
Merged

fix: manually restart failed ray tasks#17
aydin-utting merged 2 commits into
mainfrom
fix/restarting-ray-tasks

Conversation

@aydin-utting

Copy link
Copy Markdown
Collaborator
  • Split RayQueueReceiveService into Transcription and LLM service so they can both have the same interface (a process method) and therefore if a task fails we can just get the actor by its index in the actor array and run process() to restart it
  • Suppress errors when completing, deadlettering or abandoning messages due to expired receipt handles

* Split RayQueueReceiveService into Transcription and LLM service so they can both have the same interface (a `process` method) and therefore if a task fails we can just get the actor by its index in the actor array and run `process()` to restart it
* Suppress errors when completing, deadlettering or abandoning messages due to expired receipt handles
@aydin-utting aydin-utting requested a review from a team as a code owner October 29, 2025 11:11
@aydin-utting aydin-utting merged commit 74b8e8c into main Oct 29, 2025
13 checks passed
@aydin-utting aydin-utting deleted the fix/restarting-ray-tasks branch October 29, 2025 12:00
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