Closed ranrib closed 6 years ago
These are usually transient errors that happen with AWS Lambda from time to time. Your function will re-start after this and it should work again.
It does create some noisy log files. Probably worth following up with AWS on why that happens every now and then.
@ranrib are you still seeing this? @mikegrima my team frequently sees this whenever we try to do ~500 invocations at once. For now will try setting SENTRY_CAPTURE_MEMORY=FALSE and SENTRY_CAPTURE_TIMEOUTS=FALSE so it doesn't try to add any timers..
@lbalceda : I would definitely share that with AWS. I do know that the underlying instance that runs the lambdas keeps memory warm for future lambda invocations.
@lbalceda we haven't managed to fix that. We disabled it like you did. Ultimately we moved to use our own wrapper that got this feature: https://github.com/epsagon/epsagon-python
From time to time, we get this error: