PGMQ versioning in Supabase - question
Tembo recently released PGMQ 1.5.0, which adds message
Questions:
Any guidance would be greatly appreciated!
headers - a super useful feature for metadata like retry info, task handler names, and error details (similar to HTTP headers). However, the PGMQ version shipped with Supabase is still at 1.4.4 (two versions behind). This also means we’re missing the 1.4.5 fix for high CPU usage in
read_with_poll.
\dx pgmq confirms the current version is 1.4.4.Questions:
- Is the PGMQ version hardcoded in Supabase, meaning we have to wait for Supabase to upgrade it?
- If not, how can we upgrade it manually in a Supabase-managed environment?
- If it is locked, is there any way to apply the SQL changes manually for a partial upgrade (assuming only SQL changes are involved)?
headers: https://github.com/tembo-io/pgmq/pull/338Any guidance would be greatly appreciated!
GitHub
Closes #203
Needed for #294
Needed for #294