79375686

Date: 2025-01-21 19:14:21
Score: 1
Natty:
Report link

The "timeout error" issue might occur if the context is not closed with the status after invoking the third-party API in the application code.

To avoid this, ensure the Cron function is closed with either context.closeWithSuccess() or context.closeWithFailure() at the end of the function to indicate whether the Cron function executed successfully or not. You can refer to this help documentation for Cron function.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Santhosh Kumar M