Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PGMQ Extension to Latest Version (1.5.0) #1391

Open
jumski opened this issue Jan 1, 2025 · 0 comments
Open

Update PGMQ Extension to Latest Version (1.5.0) #1391

jumski opened this issue Jan 1, 2025 · 0 comments

Comments

@jumski
Copy link

jumski commented Jan 1, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant