You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow for submitting jobs to different execution queues. example:
-- send to the default execution queueselectpglater.exec('select 1');
-- send to a priority queueselectpglater.exec('select 1', 'priority_queue');
-- send to a team's queueselectpglater.exec('select 1', 'my_teams_queue');
The text was updated successfully, but these errors were encountered:
allow for submitting jobs to different execution queues. example:
The text was updated successfully, but these errors were encountered: