on multiple requests for excel getting incomplete excel files

Alex4 years ago

im trying to generate trip report for more than 50 devices and time period of about a week.
now this request takes more then 2-3 minutes thats reasonable but the issue is if i send another request from different tab or using postman then the old request response i get contains excel with incomplete data
i.e
if i send 3 requests using postman to tripreport api with difference of 5 sec
the response size is different for all 3 of them for first 2 request it will contain incomplete data and for the last request it contains complete data.
why the new api request terminates old request processing
any comments will be helpfull. thanks

Anton Tananaev4 years ago

What do you mean by incomplete? The file is corrupted or less rows than expected?

Alex4 years ago

No the file is not corrupted, it contains less rows even when i made multiple request with exactly same parameters (to,from,deviceids) the excel from early request have less rows as compare to the the last request.

Anton Tananaev4 years ago

I guess you'll have to debug the code to figure out what's going on.

Alex4 years ago

just for understanding can you tell is there any type of configuration or setting or some limitations to limit processing of multiple request from same host or to limit multiple processing of excel.

Anton Tananaev4 years ago

There are no such limits.