Skip to content

Exceeding 30 Second Lambda Limit / Async Dispatch #86

Answered by stefanzweifel
LarsaSolidor asked this question in Q&A
Discussion options

You must be logged in to vote

This is currently badly documented, but you can set the SIDECAR_TIMEOUT-env variable to change the timeout setting of the function. Don't forget to redeploy your function.
(This would be a global change that affects all Sidecar functions in your project; made a note to add a dedicated setting in v2 (coming later this year #85))

Or you could manually update the timeout setting in the AWS web UI. (Setting reset after each deployment though)


There's currently no async-support in sidecar-browsershot. However, Sidecar supports async execution (link).

Not sure how that would work or how we could expose an API for this.
Currently sidecar-browsershot doesn't really expose any Sidecar functions

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@stefanzweifel
Comment options

@stefanzweifel
Comment options

Answer selected by stefanzweifel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants