Skip to content

[Control Plane] Execution queue doesn't behave like a queue #986

Description

@pocesar

Describe the bug

When the max parallel executions are reached, any new exec async request will hard fail instead of returning an execution ID and queueing it to be executed. This forces to use an external queueing solution (Redis / Durable) just for making sure a burst of 300 requests don't bring everything down, which happens quite often and the AF CP get's killed and the pod is evicted then restarted.

Steps to reproduce

  1. Go to '...'
  2. Run '...'
  3. See error

Expected behavior

Screenshots / Logs

Environment

  • Control plane version: 0.1.127
  • SDK version (if applicable):
  • Deployment environment (local, docker, kubernetes, etc.): Kubernetes

Additional context

Activity

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

Metadata

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