diff --git a/insert_opts.go b/insert_opts.go index 3279c0dc..341ed789 100644 --- a/insert_opts.go +++ b/insert_opts.go @@ -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