Hi,
We need to integrate 3rd party web application with Creatio DataBase using OData4.
Our question is:
How many concurrent connections with the same Creatio user does Creatio system support?
Is it OK to set "ApiUser" Creatio user, and use this user to interact with Creatio with LOTS of concurrent API requests to Creatio?
Thanks,
Eran.
Like
1 comments
14:07 Feb 08, 2023
Good day,
Sadly, we do not have exact specifications and limits on the number of connections to Creatio.
You should only be limited by the specs of your Redis server that will have to process those connections.
We would additionally recommend you use a header of ForceUseSession: true.
Using a system user through whom you will pass the API request should also work fine.
Thank you.
Show all comments