Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not correctly replicate syntax error behavior #3

Open
dominictarr opened this issue Aug 29, 2021 · 1 comment
Open

does not correctly replicate syntax error behavior #3

dominictarr opened this issue Aug 29, 2021 · 1 comment

Comments

@dominictarr
Copy link
Contributor

if you deploy code to lambda that has a syntax error, iirc it becomes a runtime Internal Server Error to the client request.
but deploying a lambda with this code will cause the worker process to crash.

curiously, it crashes on the first request.

reading the code, I see that each worker loads all lambdas. That means that one broken lambda breaks everything.

@Raynos
Copy link
Contributor

Raynos commented Aug 30, 2021

Right, I dont handle uncaughtExceptions in the worker process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants