Skip to content

Update PGMQ Extension to Latest Version (1.5.0) #1391

@jumski

Description

@jumski

Update PGMQ Extension to Latest Version (1.5.0)

Is it an appropriate place to post about this request?

Describe the chore

Update the pgmq extension in Supabase-managed Postgres from version 1.4.4 to the latest version (1.5.0). The newer versions include:

  1. A fix for high CPU usage in read_with_poll (v1.4.5), which is critical for running task queue workers efficiently.
  2. Support for message headers (v1.5.0), enabling better handling of retries, errors, and other task metadata.

Additional context

The current version of pgmq in Supabase (1.4.4) is two versions behind Tembo’s latest release. Attempting to manually upgrade via Supabase CLI (v2.1.1) results in the following error:

ERROR:  22023: extension "pgmq" has no installation script nor update path for version "1.5.0"

This blocks adoption of important fixes and features necessary for implementing a reliable task queue worker. Would it be possible to share a timeline or plans for updating this extension?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions