|
|
|
|
|
by alexey-salmin
620 days ago
|
|
No, not that kind of queue. I believe the queue in question is simply the in-memory queue of HTTP requests being processed on each instance, it's neither persisted nor shared between instances. If an instance is stuck and not replying in time, you make a retry and the new request hopefully will be dispatched to another instance. |
|