# Functions
Create a new queue with the given namespace.
Create a new queue with the given namespace.
NewTask creates a new task with the given namespace, priority, and when the task should expire.
NewTaskWithPriority creates a new task with the given namespace and priority.
NewTaskWithPriorityAndExpiresAt creates a new task with the given namespace, priority, and when the task should expire.