Skip to content

reliability: reserved concurrency on capture + enrich #47

Description

@jonmatum

Priority: P1
Parent: #34
Promotes: REL-4 from #28

Context

No Lambda has reserved concurrency configured. A runaway client or a bug loop can consume the account-level concurrency pool and starve every other function (search, graph, surfacing).

Requirements

  • capture: reserved concurrency 10 (tune from load test)
  • enrich: reserved concurrency 5 (Bedrock is the scarce resource)
  • Read-path Lambdas (search, graph): reserved concurrency 20 each
  • Async Lambdas (connect, flag, surfacing): leave unreserved or set to 2 each
  • CloudWatch alarm on ConcurrentExecutions hitting the reserved ceiling (capacity starvation signal)

Acceptance criteria

References

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions