-
### Welcome!
- [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any.
- [X] Yes, I've searched similar issues on the [Traefik community f…
-
bgworker currently runs single instance. allow for configuring the number of concurrent bgw that can execute jobs.
We will need to handle the pgmq visibility timeout more careful when there are con…
-
See, for example, [this build](/tembo-io/pg-jsonschema-boon/actions/runs/9879155965/job/27284755224), which outputs a couple of these:
```
warning: unused import: `std::error::Error`
--> src/l…
-
# tl;dr
`trunk` doesn't currently support multi-arch extensions
# Context
As I was trying to run [pgmq](https://github.com/tembo-io/pgmq) locally on my M1 MacBook pro, I noticed it wasn't wo…
-
Hello,
We have this code (https://github.com/tembo-io/pgmq/blob/main/pgmq-extension/sql/pgmq.sql#L429) for dropping a queue:
```sql
ALTER EXTENSION pgmq DROP TABLE pgmq.q_%s;
ALTER EXTENSION p…
-
The hashbang length makes it challenging to share a benchmark results on https://benchmark.clickhouse.com/#.........
Maybe if the assumption was that a metric is not selected (false) by default, th…
-
GCloud storage has a S3 compatibility API, is it possible to use tiered storage with it, and to document this?
maelp updated
1 month ago
-
From the trunk.toml file, looks like the install commands are hardcoded for Ubuntu and Postgres 15, so I am wondering is this combination the only target that Trunk supports?
-
Hello, dear maintainers,
When `pgmq.read_with_poll` is called with a short polling interval (5 ms) directly from the psql console or client libraries, it starts consuming 100% CPU for each connecti…
-
Who can upload built extensions, are they signed and by whom?