Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 270
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