Environment
SaaS (https://sentry.io/)
Steps to Reproduce
- Create an AWS Lambda function with a timeout of 900 seconds.
 
- Create a Sentry project and the DSN to the lambda function code with timeout warning enabled.
 
- Configure the function to exit after 200+ seconds.
 
- Notice that Sentry raises a timeout warning.
 
Expected Result
No timeout warning as the execution run time is not at all near the configured 900s run time.
Actual Result
ServerlessTimeoutWarning issue created on Sentry
WARNING : Function is expected to get timed out. Configured timeout duration = 236 seconds.
 
Configured timeout duration should be 900 seconds. The same can also be seen in the Lambda function
Product Area
Issues
Link
No response
DSN
No response
Version
No response