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
Basic I/O Function :Troubleshooting Tips
Do check in your code whether you have used context.close() anywhere after the function block as it might close the function before sending the response. This might have caused you the issue. The code within the function block will be executed only ...
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.