An error occurs when the Scripted REST API is executed in parallel.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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
