Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + type GetQualityOfServiceInput struct + ExecutionCreateRequest *admin.ExecutionCreateRequest + LaunchPlan *admin.LaunchPlan + Workflow *admin.Workflow + type QualityOfServiceAllocator interface + GetQualityOfService func(ctx context.Context, input GetQualityOfServiceInput) (QualityOfServiceSpec, error) + func NewQualityOfServiceAllocator(config runtimeInterfaces.Configuration, ...) QualityOfServiceAllocator + type QualityOfServiceSpec struct + QueuingBudget time.Duration + type QueueAllocator interface + GetQueue func(ctx context.Context, identifier core.Identifier) singleQueueConfiguration + func NewQueueAllocator(config runtimeInterfaces.Configuration, db repoInterfaces.Repository) QueueAllocator