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

Scale Up Lambdas not working in 5.10.2 after upgrading from 5.9.0. #3883

Closed
rsavage-nozominetworks opened this issue May 1, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rsavage-nozominetworks
Copy link

After upgrading both my runner code and lambdas from 5.9.0 -to-> 5.10.2, none of my scale-up lambdas were scaling up runners. Looking a bit closer at the logs, I am now seeing this error:

{
    "level": "WARN",
    "message": "Ignoring error: response.json(...).catch is not a function",
    "service": "service_undefined",
    "timestamp": "2024-05-01T14:03:59.036Z",
    "xray_trace_id": "1-66324bcd-b91f32230d4f1c5052a29617",
    "region": "us-east-1",
    "environment": "<REDACTED>",
    "aws-request-id": "d9b95d22-1a54-59ca-9a20-038e545cb1f1",
    "function-name": "<REDACTED>-scale-up",
    "module": "lambda.ts"
}

In the mean time, I have left my runner code on 5.10.2, and downgraded the lambdas to 5.9.0 and that gets up and running again. However this is not ideal, we would like to stay current as much as possible.

@bicefalo
Copy link

bicefalo commented May 2, 2024

I just came here to report the same.

@nap
Copy link

nap commented May 2, 2024

Duplicate #3870

@npalm npalm self-assigned this May 3, 2024
@npalm npalm added the bug Something isn't working label May 3, 2024
npalm added a commit that referenced this issue May 3, 2024
Release 5.10.2 is borken caused by PR #3867. This PR is reverting the
change

fix #3870, #3883
npalm pushed a commit that referenced this issue May 3, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.10.3](v5.10.2...v5.10.3)
(2024-05-03)


### Bug Fixes

* revert depedency update / broken release 5.10.2
([#3885](#3885))
([7464f2b](7464f2b))
* problem reported in issues #3883 #3870 @rsavage-nozominetworks
@lionslair @ryzr @lionslair @sykhro @espizo @bicefalo @nap @joemiller


---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
@npalm npalm closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants