-
Basically the question, I'm wondering if Job1 and Job2 are the same but belong to different replicas, can we guarantee only one job is executed at a time, and the other job will wait until the current job is finished? |
Beta Was this translation helpful? Give feedback.
Answered by
mhenrixon
Dec 6, 2022
Replies: 1 comment
-
Yup 👍 that's exactly how it is supposed to work. The only requirement is 1 Redis instance. The amount of sidekiq processes should be irrelevant. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
huyvohcmc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup 👍 that's exactly how it is supposed to work. The only requirement is 1 Redis instance. The amount of sidekiq processes should be irrelevant.