Skip to content

multiple and configurable execution queues #26

Description

@ChuckHend

allow for submitting jobs to different execution queues. example:

-- send to the default execution queue
select pglater.exec('select 1');

-- send to a priority queue
select pglater.exec('select 1', 'priority_queue');

-- send to a team's queue
select pglater.exec('select 1', 'my_teams_queue');

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions