-
Is there a way to retry job on same worker id.Somtimes task depends on assets that are generated in first woker but when that job is retried on other worker whole job process has to be restarted from start. |
Beta Was this translation helpful? Give feedback.
Answered by
brandur
May 23, 2025
Replies: 1 comment
-
I can't think of any way to do that. I could see why you'd want this, but in general River's meant to be horizontally scalable, so in general any job should be able to run anywhere. You could configure each server so that it has its own unique server-specific queue, but that would have tradeoffs of course. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bgentry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't think of any way to do that. I could see why you'd want this, but in general River's meant to be horizontally scalable, so in general any job should be able to run anywhere.
You could configure each server so that it has its own unique server-specific queue, but that would have tradeoffs of course.