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
Related Articles
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 ...
Catalyst Functions and Timeout
Basic IO & Advanced IO Functions - 30 seconds. Event & Cron Functions - 900 seconds (15 minutes).
Catalyst Functions and Timeout
Basic IO & Advanced IO Functions - 30 seconds. Event & Cron Functions - 900 seconds (15 minutes).
Websocket support in Catalyst functions
As of now, WebSockets are not supported in Catalyst functions.
Catalyst Functions : 500 Error
In order to be deployed in Catalyst, the Node.js application must follow a certain code structure. This issue might occur if the code structure for the same is not followed. You can find the sample code structure for all Catalyst functions here. For ...