I have not made any changes to my Business Logic in weeks, but for some reason in the last 24 hours, my users have not been able to access their data and my logs are showing that there is a timeout happening in the business logic fetching. When I run in debug it looks like the service requests are getting terminated after 5 seconds hanging.
The main cloud code logic that is used by our app makes calls to fetch objects are the ones timing out. The logic makes multiple calls to fetch data objects and all of their relations. It also checks objects groups and permissions.
@Jonathan1 would it be possible to try individual queries your business logic makes (perhaps with curl) to see which one results in longer execution and possibly leads to the time out?
I have the same problem, although earlier everything worked without failures. I see here all the time asking questions what exactly this logic does. In my opinion, it is very simple. If it became too difficult for the server, then in general then why did you make it possible to create it? Do not admit that you have a problem on the server)
My appId: 3A932C69-022C-443A-FF96-2BA0157DAF00
@Petr_Kibukevich If things were as simple as you describe, we would not be asking any questions. If we ask a question, it means only one thing: we need information which would provide us clues as to what happens.