balanced / balanced-python

Balanced API library in python.
MIT License
69 stars 49 forks source link

Disputes #95

Closed fangpenlin closed 10 years ago

fangpenlin commented 10 years ago

@cieplak

I wrote a rough test for dispute. And I noticed that the dispute will be created after about 10 minutes rather than 10 seconds. Is this normal? As it takes so long, I had to use an ugly long polling to see is the dispute there. Why does it take so long? Is there any way we can improve this? Otherwise it would be very painful to test dispute.

fangpenlin commented 10 years ago

Hum... I tested it against my own local balanced server, and yes it's true it only takes about 10 seconds. So, I think this issue was caused by too many messages in the message queue of our production server for testing, when dispute message published, it lines up in queue for ten minutes before get processed.

mjallday commented 10 years ago

@victorlin is this finished?

fangpenlin commented 10 years ago

@mjallday Yeah, it is finished.