-
-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
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:
- A fix for high CPU usage in
read_with_poll
(v1.4.5), which is critical for running task queue workers efficiently. - 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?
smndtrl, guillaumehcht, madhujamitra, AntonOfTheWoods, flapili and 4 more
Metadata
Metadata
Assignees
Labels
No labels