Skip to content

Commit

Permalink
Relocate a line
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Jan 7, 2023
1 parent a251058 commit 55305bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/good_job/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def enqueue(active_job)
# it is more efficient to insert the jobs in bulk.
# Note that the interface is conformant with this Rails PR
# https://github.com/rails/rails/pull/46603 and is subject to possible change.
# For use by Rails; you should generally not call this directly.
# Note that `enqueue_all` does not support immediate execution and immediate locking.
# For use by Rails; you should generally not call this directly.
#
# @param active_job [Array<ActiveJob::Base>] all the jobs to be enqueued
# @return [Integer] The number of jobs that have been enqueued
Expand Down

0 comments on commit 55305bc

Please sign in to comment.