TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
Innei 向 mx-space/core 提交了一个更改 feat(serverless): implement logging for serverless function invocations - Introduced a new ServerlessLogModel to store invocation logs, including function ID, reference, name, method, IP, status, execution time, and logs. - Added endpoints in ServerlessController to retrieve invocation logs and log details. - Updated ServerlessService to save invocation logs after function execution and retrieve logs with pagination support. - Enhanced SnippetModel to include a compiledCode field for serverless functions. These changes improve observability and debugging capabilities for serverless functions. Signed-off-by: Innei <[email protected]>