Execution status report
This report lists execution success and error statuses, grouped by event handler.
Execution status summary for selected EdgeWorker IDs
View the Execution status summary for information about the total number of executions that resulted in success and error and the execution error rate.
The summary includes data for all the EdgeWorker IDs you selected for the report.
Execution success and error status
This section of the report displays information for one version of an EdgeWorker ID at a time. To view the data for a specific EdgeWorker ID, select it from the dropdown.
The percent of successful and failed executions is also displayed in the donut chart.
All execution statuses
This report lets you view the execution statuses in a list that shows:
- The number of EdgeWorkers hits generated for each status.
- The percentage of all EdgeWorkers hits generated by each status.
You can filter the report to display the results for a specific status. Review the following table for a description of each of the available statuses.
Error | Description |
---|---|
Success | EdgeWorkers function executed successfully. |
Generic error | Unnamed or uncategorized error. |
Unknown EdgeWorker ID | The EdgeWorker ID is not activated. |
Unimplemented event handler | Requested event handler not implemented by the EdgeWorkers function. |
Runtime error | Error at runtime or environment prevented EdgeWorkers execution. |
Execution error | Error during EdgeWorkers execution, such as JavaScript exception or error. |
Timeout error | EdgeWorkers function timed out. |
Resource limit hit | The EdgeWorkers function exceeded the amount of memory it is allowed to use. Review the Resource tier limitations for more information. |
CPU timeout error | The EdgeWorkers function exceeded the allowed CPU time when running an event handler. For more information see, Product limits. |
Wall timeout error | The EdgeWorkers function exceeded the allowed Wall time when running an event handler. For more information see, Product limits. |
Init CPU timeout error | The EdgeWorkers function exceeded the allowed CPU time during initialization. This can occur if the EdgeWorkers code bundle contains too much JavaScript to load within the time limits. It can also occur if the EdgeWorkers function attempts to perform too many calculations during initialization. For more information see, Product limits. |
Init wall timeout error | The EdgeWorkers function exceeded the allowed wall time during initialization. This can occur if the EdgeWorkers code bundle contains too much JavaScript to load within the time limits. It can also occur if the EdgeWorkers function attempts to perform too many calculations during initialization. For more information see, Product limits. |
Updated 8 months ago