MCPcopy Create free account
hub / github.com/dataddo/pgq / MetadataFilter

Struct MetadataFilter

consumer.go:240–244  ·  view source on GitHub ↗

MetadataFilter is a filter for metadata. Right now support only direct matching of key/value

Source from the content-addressed store, hash-verified

238 c.FiniteConsumption = finiteConsumption
239 }
240}
241
242// WithoutTableVerification skips the queue table columns/indexes validation
243// on Run. Use only when you are certain the table schema is correct;
244// missing mandatory indexes cause full-table scans while polling.
245func WithoutTableVerification() ConsumerOption {
246 return func(c *consumerConfig) {
247 c.SkipTableVerification = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected