pool

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options added in v1.16.0

type Options struct {
	Cron api.Interface
}

type Pool

type Pool struct {
	// contains filtered or unexported fields
}

Pool represents a connection pool for namespace/appID separation of sidecars to schedulers.

func New

func New(opts Options) *Pool

func (*Pool) AddConnection added in v1.16.0

AddConnection adds a new connection to the pool. It returns a context and an error.

func (*Pool) Run

func (p *Pool) Run(ctx context.Context) error

func (*Pool) SetSchedulerInfo added in v1.18.0

func (p *Pool) SetSchedulerInfo(count, idx int32)

SetSchedulerInfo publishes the scheduler cluster size and this scheduler's index into the pool. The update fans out through the namespaces loop to every connection loop so concurrency gate shares stay in sync with membership changes.

func (*Pool) Trigger added in v1.16.0

func (p *Pool) Trigger(job *internalsv1pb.JobEvent, fn func(api.TriggerResponseResult))

Trigger triggers a job event to the pool. It returns a response result.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL