question

Upvotes
Accepted
5 1 3 2

Batch request size

When i send some marketPrice and marketByprice requests,reutrn this warning

"Warning: Batch request size may be limited due to throttling on RSSL_Cons_Connection"

what is the upper limit?

treprfarfa-apibatch
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @crystal-za.xu

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply. This will guide all community members who have a similar question.

Thanks,

AHS

@crystal-za.xu

Hello again!

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

@crystal-za.xu, please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

1 Answer

· Write an Answer
Upvotes
Accepted
4.4k 10 6 9
@crystal-za.xu

The message simply means RFA may split your batch request into multiple smaller batches.

This happens by default and can be stopped by disabling RFA’s request throttling.

Throttle help avoiding the network channel overflow and trashing, so you should keep this feature on and adjust the value as needed.

The feature is configured in theses configuration fields:

\Connections\Connection_RSSL\throttleEnabled = true
\Connections\Connection_RSSL\throttleType = "count"
\Connections\Connection_RSSL\throttleBatchCount = 10
\Connections\Connection_RSSL\throttleMaxCount = 250

See RFA Configuration Guide for more info on each configuration fields.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.