Skip to content

Plugin start timeout limited to 60s #4477

Open
@nmische

Description

Describe the bug
Plugin start timeout configuration longer than 60s not respected.

Steampipe version (steampipe -v)
v1.0.2

To reproduce
Configure several kubernetes connections (~20) to globally distributed clusters with many CRDs (~20). Configure plugin timeout to 5 mins:

plugin "kubernetes" {
  start_timeout = 300
}

Expected behavior
Steampipe should wait up to 300s (5min) for the kubernetes plugin to start.

Additional context
I had originally submitted a PR to allow for plugin start timeout configuration here. This allowed start timeout to be extended beyond the default 30s, however as additional kubernets connections were added to my configuration I noticed plugin startup times out at 60s, despite setting plugin start timeout to 300s.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions