cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism API batch file size

Hi,

I have been searching for some documentation or recommendation for sending queue items to Blue Prism queue through Blue Prism API but I couldn't find anything.

Is there some guideline how big the JSON batch can be to upload queue items into queue? Is it limited or will it be rejected when it is too big or it won't write the additional items?

I know I could play with it but I do not have time for experimenting :).

Thanks for any hint.

Regards

Zdenek

1 REPLY 1

ewilson
Staff
Staff

Hi @Zdeněk Kabátek

I've asked around about this. It appears there are no specific limits imposed by the API itself. However, you could create your own limits through configuration on the IIS server. See the following links:

https://learn.microsoft.com/en-us/iis/configuration/system.webserver/security/requestfiltering/requestlimits/

https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-waf-request-size-limits

Cheers,

Eric