Skip to content

Commit 7744c4d

Browse files
committed
Update metadata interface
1 parent 23d5a28 commit 7744c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ SolidQueue::Batch.enqueue(
630630
on_finish: BatchFinishJob,
631631
on_success: BatchSuccessJob,
632632
on_failure: BatchFailureJob,
633-
metadata: { user_id: 123 }
633+
user_id: 123
634634
) do
635635
5.times.map { |i| SleepyJob.perform_later(i) }
636636
end

0 commit comments

Comments
 (0)