Hi all,
We are currently doing a lot of stuff with the REST API (v1.3).
In general we are sending four API calls:
1. login
2. set-% (e.g. set-access-role)
3. publish
4. logout
Sometimes it happens that the change will not get through and/or the logout will not work.
It seems that the API Server is executing them asychronously, because it helps if we are inserting some waits (e.g. 10sec) between the calls. Without the waits it would be executed within milliseconds and leads into inconsistent objects. Of course, this isn't a solution because in our PROD environment we may have a higher load on the system later.
Has anyone the same or similar issues? Is the API Server executing the calls in some queue?
Regards,
Konstantin