taskqueue

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueue

func NewQueue(client Client, namespace string) TaskQueue

Create a new queue with the given namespace

func NewQueueWithDelta

func NewQueueWithDelta(client Client, namespace string, delta time.Duration) TaskQueue

Create a new queue with the given namespace

func NewTask

func NewTask(namespace string) *task

NewTask creates a new task with the given namespace, priority, and when the task should expire. The task is scheduled to run immediately.

func NewTaskWithPriority

func NewTaskWithPriority(namespace string, priority int) *task

NewTaskWithPriority creates a new task with the given namespace and priority

func NewTaskWithPriorityAndExpiresAt

func NewTaskWithPriorityAndExpiresAt(namespace string, priority int, expires_at time.Time) *task

NewTaskWithPriorityAndExpiresAt creates a new task with the given namespace, priority, and when the task should expire.

Types

This section is empty.

Jump to

Keyboard shortcuts

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