Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proto/sentry_protos/sentry/v1/taskworker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ message RetryState {

// After this attempt the task should be put in the dead-letter-queue.
optional int32 deadletter_after_attempt = 4;

// Whether a task should be executed at most once.
optional bool at_most_once = 5;
}

enum TaskActivationStatus {
Expand Down
Loading