Skip to content

Router - Lambda Starter #33

Open
Open
@huntharo

Description

@huntharo

Motivations

Acceptance Criteria

  • Need to put the requests to start instances into a queue
  • Need configurable limits to the number of lambdas to run concurrently
  • This will still get into a tight Lambda Invoke loop if the lambda is invoked correctly but cannot connect back to the Router
    • Need to backoff retry on that so we don't cause huge AWS bills
    • Could consider throwing an exception out of the Lambda, which would then cause AWS's SDK to perform the backoff

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-routerRouter portion of the appenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions