You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the lambda entities are set to expire daily. It creates a problem if a lambda function is not invoked often but only occasionally especially when the API based polling interval is set to an hour or more
Desired Behavior
Lambda entities should not expire and deleted daily if the lambda was not invoked for the last 24 hours. Instead, they should expire only after a quarter.
Possible Solution
NOTE: # ( Increase the entityExpirationTime to Quarterly here similar to the one configured for APM entities here )
Additional context
Reference NewRelic support case number: Case #00232587 Lambda does not show up in serverless page
The text was updated successfully, but these errors were encountered:
Summary
Currently, the lambda entities are set to expire daily. It creates a problem if a lambda function is not invoked often but only occasionally especially when the API based polling interval is set to an hour or more
Desired Behavior
Lambda entities should not expire and deleted daily if the lambda was not invoked for the last 24 hours. Instead, they should expire only after a quarter.
Possible Solution
NOTE: # ( Increase the entityExpirationTime to Quarterly here similar to the one configured for APM entities here )
Additional context
Reference NewRelic support case number: Case #00232587 Lambda does not show up in serverless page
The text was updated successfully, but these errors were encountered: