How to resolve "EXECUTION_TIME_EXCEEDED" issue

How to resolve "EXECUTION_TIME_EXCEEDED" issue

As of now, we do not have support for configurable API timeout field and timeout cannot be increased for the advanced IO functions from our end. We would suggest you to check on our background functions or circuits in order to resolve the timeout issue. Circuits are background running process and it will have a timeout of upto 10 minutes. You can find the help documentation for the same here.
    • Related Articles

    • Facing CORS issue

      You need to add the domain from which you are calling your function in the Authorised Domains section present in Authentication Tab of the Catalyst Web Console. Kindly add your domain in the mentioned location and enable CORS and iFrame which will ...
    • Catalyst Function Execution and Performance

      You will only face higher execution time for function when it is called after a certain period of inactivity. If invoked continuously, you will not face the slowness. You can check the access logs for your function and check the average execution ...
    • Troubleshooting Thursdays : ZCUserDetail userDetails = ZCUser.getInstance().getCurrentUser() is showing compile time error

      This issue occurs when the required Java packages have not been added in the application. Please import the classes mentioned below to fix this issue.   import com.zc.component.ZCUserDetail; ​import com.zc.component.users.ZCUser;
    • "cache_value value has exceeded its maximum length".

      The error you have faced is due to the exceeding of maximum length for a single cache item and not for a segment. The maximum size for a single cache item is 16000 characters. 
    • Get execution context for functions

      We have now introduced the watch mode for the catalyst serve command. This command will help you with hot code replacement once any changes are being done and the code is saved. The command is as follows : catalyst serve —watch