Last few days the server is really slow.
Sometimes I have to wait for 20 seconds or more just show me the table of Users that has only about 10 records filled in.
It didn’t bother me too much but today, while calling an API for saving some data I am getting back the following error:
“Sending failed: Custom business logic execution has been terminated because it did not complete in permitted time - 5 seconds”
Custom business logic is a small method that executes AFTER creation of a new record and changes one of its Boolean fields to True if one field containing email is similar to a set of whitelisted strings.
It used to run without any problems until now, so I know I didn’t change any code.
I am assuming that for some reason machine is so slow it can’t handle the execution of this function within the period of 5 seconds.
PS: Console is currently working better again, but the error remains.
UPDATE: And now… a few minuted after creating this post, it all runs smoothly again!