orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Multiple requests on long running tasks #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Get a rest service with a very long running task, without a response until 
task is completed (>10minutes)
2.Send request to trigger that task
3.REST Client will send another, similar request after some time.

What is the expected output? What do you see instead?
I expect it to send the request only once, as i click only once

On what operating system?
WIN7

Please provide any additional information below.
This re-sending may be a feature to ensure a response on a very busy server, 
but it produces concurrent long running tasks, which is critical in some cases. 
I would suggest an option to turn re-sending on and off.

Original issue reported on code.google.com by JensCaa...@gmail.com on 27 Nov 2012 at 9:35

GoogleCodeExporter commented 9 years ago
The app is not doing this by design and should not doing this at all. There is 
no timers or anything. I need to check is it XMLHttpRequest "feature" or maybe 
something else going there.

Original comment by jarro...@gmail.com on 27 Nov 2012 at 8:02

GoogleCodeExporter commented 9 years ago
Looks like i need to apologize for accusing the rest client. Turns out that a 
load balancer caused the problem on our side.

Can be closed.

Original comment by JensCaa...@gmail.com on 5 Dec 2012 at 1:24

GoogleCodeExporter commented 9 years ago
That's OK :)

Original comment by jarro...@gmail.com on 9 Dec 2012 at 11:46