Skip to content

Batch Push Interval is not working as expected #236

Answered by normj
RamakrishnanRajaram asked this question in Q&A
Discussion options

You must be logged in to vote

Decreasing the BatchPushInterval would have no effect on keeping the Lambda function warm. The logs are pushed in a background thread. The function will go "cold" as soon as the thread that invoke the function handler returns.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants