Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Connection timeouts #170

Open
justinlittman opened this issue Jan 25, 2019 · 0 comments
Open

Connection timeouts #170

justinlittman opened this issue Jan 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@justinlittman
Copy link
Contributor

As seen in staging:

dial tcp 10.0.129.9:5432: connect: connection timed out: OpError
[
{
    "path": "github.com/sul-dlss-labs/rialto-derivatives/vendor/github.com/aws/aws-lambda-go/lambda/function.go",
    "line": 27,
    "label": "(*Function).Invoke.func1"
}
,
{
    "path": "runtime/asm_amd64.s",
    "line": 522,
    "label": "call32"
}
,
{
    "path": "runtime/panic.go",
    "line": 513,
    "label": "gopanic"
}
,
{
    "path": "postgres/main.go",
    "line": 31,
    "label": "Handler"
}
,
{
    "path": "runtime/asm_amd64.s",
    "line": 523,
    "label": "call64"
}
,
{
    "path": "reflect/value.go",
    "line": 447,
    "label": "Value.call"
}
,
{
    "path": "reflect/value.go",
    "line": 308,
    "label": "Value.Call"
}
,
{
    "path": "github.com/sul-dlss-labs/rialto-derivatives/vendor/github.com/aws/aws-lambda-go/lambda/handler.go",
    "line": 111,
    "label": "newHandler.func1"
}
,
{
    "path": "github.com/sul-dlss-labs/rialto-derivatives/vendor/github.com/aws/aws-lambda-go/lambda/handler.go",
    "line": 22,
    "label": "lambdaHandler.Invoke"
}
,
{
    "path": "github.com/sul-dlss-labs/rialto-derivatives/vendor/github.com/aws/aws-lambda-go/lambda/function.go",
    "line": 59,
    "label": "(*Function).Invoke"
}
,
{
    "path": "runtime/asm_amd64.s",
    "line": 523,
    "label": "call64"
}
,
{
    "path": "reflect/value.go",
    "line": 447,
    "label": "Value.call"
}
,
{
    "path": "reflect/value.go",
    "line": 308,
    "label": "Value.Call"
}
,
{
    "path": "net/rpc/server.go",
    "line": 384,
    "label": "(*service).call"
}
,
{
    "path": "runtime/asm_amd64.s",
    "line": 1333,
    "label": "goexit"
}
]
@justinlittman justinlittman added the bug Something isn't working label Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant