Auto-retry requests

Not applicable

the installation doc says this:
Auto-retry requests: If a Message Processor goes down, resend the request to another Message Processor. The current Netty Router would timeout the request, but not resend it. Nginx sends it to the next MP.

Normally if an MP is down, it is removed automatically from the rotation.
Is this point is to state what happens after a message is sent to MP and it dies before it responds to router?
What does really happen?
#1 nginx waits for the timeout default and then resends the req to next MP?
#2 nginx sends the req and when it detects the mp went down, resends the same req to next MP?

Solved Solved
0 1 222
1 ACCEPTED SOLUTION

Hi @Maruti Chand

It looks like # 1 is the way it works.

Stephen

View solution in original post

1 REPLY 1

Hi @Maruti Chand

It looks like # 1 is the way it works.

Stephen