Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

An error occurs when the Scripted REST API is executed in parallel.

Ohki_Yamamoto
Tera Guru

We have built a scripted REST API to import data by having other systems call the API.

 

This REST API is called every minute.
As a result, the second API call is made before the first call has completed.

 

Currently, when the second API call is made, the following error occurs:

-----------------

requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host'))

-----------------

 

Do you know why the first and second REST API calls cannot be processed in parallel?

0 REPLIES 0