We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea54c93 commit 6252f1dCopy full SHA for 6252f1d
plugins/v4/jobs/job.go
@@ -24,7 +24,7 @@ type Job interface {
24
// Nack discards the item
25
Nack() error
26
// NackWithOptions discards the item with an optional requeue flag
27
- NackWithOptions(requeue bool, delay int)
+ NackWithOptions(requeue bool, delay int) error
28
// Requeue puts the message back to the queue with an optional delay
29
Requeue(headers map[string][]string, delay int) error
30
// Body returns the payload associated with the item
0 commit comments