config

package
v1.5.14 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTask

func NewTask(manager *pgqueue.Manager, threads uint) (server.Task, error)

Types

type Config

type Config struct {
	Pool      server.PG         `kong:"-"`                                     // Connection pool
	Router    server.HTTPRouter `kong:"-"`                                     // Which HTTP router to use
	Namespace *string           `help:"Namespace"`                             // Namespace for queues and tickers
	Worker    *string           `help:"Worker name"`                           // The name of the worker
	Prefix    string            `default:"${QUEUE_PREFIX}" help:"Path prefix"` // HTTP Path Prefix
}

func (Config) Description

func (c Config) Description() string

func (Config) Name

func (c Config) Name() string

func (Config) New

func (c Config) New(ctx context.Context) (server.Task, error)

Jump to

Keyboard shortcuts

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