mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-07 09:19:41 -06:00
fix: don't need acks on queue checks (#926)
This commit is contained in:
@@ -136,6 +136,9 @@ type Message struct {
|
||||
// RetryDelay is the delay between retries.
|
||||
RetryDelay int `json:"retry_delay"`
|
||||
|
||||
// Whether the message should immediately expire if it reaches the queue without an active consumer.
|
||||
ImmediatelyExpire bool `json:"immediately_expire"`
|
||||
|
||||
// OtelCarrier is the OpenTelemetry carrier for the task.
|
||||
OtelCarrier map[string]string `json:"otel_carrier"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user