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: 2 additions & 1 deletion insert_opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ type InsertOpts struct {

// Queue is the name of the job queue in which to insert the job.
//
// Defaults to QueueDefault.
// Defaults to the job kind's default queue if set via
// `JobArgsWithInsertOpts`, or QueueDefault if not.
Queue string

// ScheduledAt is a time in future at which to schedule the job (i.e. in
Expand Down
Loading