3

我可以从 before_enqueue 方法中获取 JOB ID,例如

before_enqueue do |job|
  puts "Before Enqueu JOB ID: #{job.job_id}"
end

但我也想在执行方法中得到它请帮助!

4

0 回答 0